红联Linux门户
Linux帮助

Clojure的构建工具 leiningen

发布时间:2012-09-17 09:26:33来源:红联作者:empast
leiningen 是用于 Clojure 的构建工具。使用方法:[code]$ lein new NAME # generate a new project skeleton
$ lein test [TESTS] # run the tests in the TESTS namespaces, or all tests
$ lein repl # launch an interactive REPL session and socket server
$ lein jar # package up the whole project as a .jar file
$ lein install [NAME VERSION] # install a project[/code]主页:https://github.com/technomancy/leiningen

下载:https://raw.github.com/technomancy/leiningen/stable/bin/lein

来自:开源中国社区
文章评论

共有 0 条评论