Skip to content

qpark99/mies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mies

A minimal ClojureScript template.

Usage

To create a new project on nodejs:

lein new mies hello-world +nodejs
cd hello-world

To create a new project:

lein new mies hello-world
cd hello-world

Most of the following scripts require rlwrap (on OS X installable via brew).

To compile a developer build version:

scripts/build

To continuously monitor source files and build when changed:

scripts/watch

To compile a release version:

scripts/release

License

Copyright © 2013-2016 David Nolen

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

About

Minimal ClojureScript project template

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Clojure 77.7%
  • HTML 9.8%
  • Shell 6.6%
  • Batchfile 5.9%