lein-generate <https://github.com/weavejester/lein-generate> is a Leiningen
plugin that complements the built-in "lein new" task with a "lein generate"
task.

While "lein new" creates new projects from templates, "lein generate"
creates new files in existing projects. New generators can be added like
plugins.

For example, if you add the following lines to your project or profiles:

  :plugins [[lein-gen "0.1.0"]]
  :generators [[lein-gen/generators "0.1.0"]]

You'll be able to run:

  lein generate namespace foo.core

Which will generate a new source file and associated unit test file in your
project directory.

For more information, see the project
website<https://github.com/weavejester/lein-generate>
.

- James

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to