/seed

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

seed

Semantic transformations on Clojure files, for smarter Leiningen templates.

Usage

(-> (of-file "core.clj")
    (set-ns 'new-lib.core)
    (add-require '[foo.bar :as bar])
    to-string)

TODO

Look at https://github.com/weavejester/cljfmt

License

Copyright © 2014-2016 Arne Brasseur

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.