stackoverflow / pureclj-lein-template

Leiningen new template for pure-clj (Clojure backend for Purescript)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pure-clj Leiningen new template

Leiningen new template for pure-clj, a Clojure backend for Purescript.

Usage

Leiningen will download the template automatically so there's no need to install anything.

lein new pure-clj project-name type

There are two types of projects one can create:

  • app for applications with a main.
  • lib for libraries. This is the default.

Example:

# create project
lein new pure-clj myproject app
cd myproject
# install purescript dependencies
psc-package install
# compile purescript
lein pursclj
lein run
=> "Hello myproject"

License

Copyright © 2018 Islon Scherer

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

About

Leiningen new template for pure-clj (Clojure backend for Purescript)

License:Eclipse Public License 1.0


Languages

Language:Clojure 94.7%Language:PureScript 5.3%