Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 733 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 733 Bytes

boot-lein-generate

Clojars Project

Generate a leiningen project.clj file.

Status

Abandoned Project. Please use https://github.com/onetom/boot-lein-generate instead.

Usage

Add boot-lein-generate to your build.boot dependencies and require the namespace:

(set-env! :dependencies '[[darongmean/boot-lein-generate "0.1.1" :scope "test"]])
(require '[darongmean.boot-lein-generate :refer [lein-generate]])

To generate project.clj, run

boot lein-generate

License

Copyright © 2016 Darong Mean

Distributed under the Eclipse Public License, the same as Clojure.