/frege-lein-template

Template for creating new frege-lein projects.

Primary LanguageClojureBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

frege-lein-template

A Leiningen template for creating new (mixed language) Clojure / Frege projects.

Usage

lein new frege myapp

This will create a folder called myapp containing the skeleton of a pure Frege project with a Frege main function and tests. See the generated README.md for details of how to run the program and tests.

lein new frege myapp -- :with-clojure

This will create a folder called myapp containing the skeleton of a Frege project with a Clojure main function and Clojure tests. See the generated README.md for details of how to run the tests, how to run the Clojure / Frege project, and how to run the Frege code as a standalone app.

License

Copyright © 2015-2016 Sean Corfield / Frege

Distributed under the BSD 3-clause License, the same as Frege itself.