As I understand it, lein-noir was a plugin needed for Leiningen 1.x. But
since Leiningen 2 you can create new projects using remote templates
without having to install anything.
See lein help new:
If two arguments are passed, the first should be the name of a template,
> and the second is used
On Saturday, November 3, 2012 12:07:02 PM UTC+8, Sean Corfield wrote:
>
> On Fri, Nov 2, 2012 at 8:15 PM, Satoru Logic
> >
> wrote:
> > So I add a line of requirement into `~/.lein/profiles.clj`:
> >
> > [lein-noir "1.2.1"]
>
> You should not need that.
>
Thanks.
I remove the line f
On Fri, Nov 2, 2012 at 8:15 PM, Satoru Logic wrote:
> So I add a line of requirement into `~/.lein/profiles.clj`:
>
> [lein-noir "1.2.1"]
You should not need that.
I just tried on my system, which has no ~/.lein/profiles.clj file. I did:
lein new noir my-website
(note the different sy