https://github.com/swannodette/mies
Minimal ClojureScript project template
https://github.com/swannodette/mies
Last synced: 7 months ago
JSON representation
Minimal ClojureScript project template
- Host: GitHub
- URL: https://github.com/swannodette/mies
- Owner: swannodette
- License: epl-1.0
- Created: 2013-10-28T02:41:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T16:09:13.000Z (over 7 years ago)
- Last Synced: 2025-04-04T00:19:39.579Z (8 months ago)
- Language: Clojure
- Size: 71.3 KB
- Stars: 367
- Watchers: 15
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clojurescript - Mies
README
# mies
A minimal ClojureScript template.
## Usage
To create a new project:
```
lein new mies hello-world
cd hello-world
```
Most of the following scripts require [rlwrap](http://utopia.knoware.nl/~hlub/uck/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.