On Fri, Apr 20, 2018, 2:29 PM Sean Corfield wrote:
> Alright, added command-line usage back into the README! Talk about “peer
> pressure” 😊
>
...
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood
>
Apparently you are alive and well!
Very well done, btw.
G
>
"
-- Margaret Atwood
From: clojure@googlegroups.com on behalf of Tim
Visher
Sent: Friday, April 20, 2018 5:11:53 AM
To: Clojure
Subject: Re: [ANN] clj-new -- creating new Clojure projects using the clj CLI
On Thu, Apr 19, 2018 at 1:38 PM, Sean Corfield
mailto:s...@corfield.org>> w
On Thu, Apr 19, 2018 at 1:38 PM, Sean Corfield wrote:
> I had the one-liner in an earlier version of the README but decided it was
> unreadable (a single long line is hard to read when it scrolls so much).
>
>
>
> Maybe I’ll put it back somewhere in there…
>
Might I suggest:
```
clj -Sdeps '{:d
These are nice ideas... Sort of like nmp. But you could implement this
yourself as a lib and stick it behind a `clj -A:install ...` tool.
@dominicm (on clojurians.slack) has build an "injector" tool into pack,
which you could reimplement into something that you're describing:
https://github.com/ju
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
From: clojure@googlegroups.com on behalf of Arnout
Roemers
Sent: Thursday, April 19, 2018 1:50:16 AM
To: Clojure
Subject: Re: [ANN] clj-new -- creating new Clojure p
Nice work! Another addition to the CLI tools ecosystem.
Maybe worth mentioning that a oneliner may suffice, for those just wanting
to try it out without altering the global deps.edn:
clj -Sdeps '{:deps {seancorfield/clj-new {:git/url
"https://github.com/seancorfield/clj-new"; :sha
"492bb2e7ad7
Ah, awesome.
I guess I'm starting to think, it would be great if clj supported something
like:
clj --install alias-name alias-url
So maybe in a repo, you could put a file of a given convention in the root
with a common name. Clj could pull it, it would contain a clj alias in it,
and clj would
Well, clj-new will use Leiningen as a library if you ask it to create you a new
project from a Leiningen template:
clj -A:new figwheel my.fig.project
It depends on [leiningen-core “2.7.1”] to render figwheel/lein-template (a lot
of Leiningen templates seem to reach into the