Skip to content

Commit

Permalink
prep for v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Nov 13, 2021
1 parent 2e84469 commit 1ec7e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A new, simpler alternative to `clj-new`.
Intended to be installed as a "tool" (Clojure CLI 1.10.3.933 or later).

```bash
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.1"}' :as new
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.2"}' :as new
```

> `clj-new` inherently carries along all of the baggage of `lein new` and `boot new`, including a modified chunk of Leiningen itself, as well as depending on Pomegranate for loading dependencies (so as to be compatible with Leiningen and Boot), and Stencil for the variable substitution in templates. The recently-released `tools.build` library, from the core Clojure team, provides all of the functionality needed to create new projects from templates, so `deps-new` aims to provide a wrapper around `tools.build`, some standard templates "out of the box", and machinery to allow you to easily write your own templates, mostly with no code needed at all.
Expand Down
2 changes: 1 addition & 1 deletion resources/org/corfield/new/template/root/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As originally generated, it will produce a new library project when run:
Assuming you have installed `deps-new` as your `new` "tool" via:

```bash
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.1"}' :as new
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.2"}' :as new
```

> Note: once the template has been published (to a public git repo), the invocation will be the same, except the `:local/root` dependency will be replaced by a git or Maven-like coordinate.
Expand Down

0 comments on commit 1ec7e62

Please sign in to comment.