Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honza/cljs-node
A leiningen template for cljs scripts that target nodejs
https://github.com/honza/cljs-node
Last synced: about 6 hours ago
JSON representation
A leiningen template for cljs scripts that target nodejs
- Host: GitHub
- URL: https://github.com/honza/cljs-node
- Owner: honza
- License: bsd-2-clause
- Created: 2014-03-22T08:41:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T08:58:51.000Z (over 10 years ago)
- Last Synced: 2024-10-28T13:08:07.995Z (10 days ago)
- Language: Clojure
- Size: 181 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cljs-node
=========cljs-node is a [Leiningen][1] template for projects that use [ClojureScript][2]
and target nodejs.[1]: http://leiningen.org
[2]: https://github.com/clojure/clojurescriptIt gives you a `project.clj` file with
* Clojure
* cljs-build
* piggieback nREPL
* Simple optimizationsYour sources will go into `src/` and compiled javascript will be placed in the
root directory as a simple file.Usage
-----```
$ lein new cljs-node monkey
$ cd monkey
$ lein cljsbuild once
$ node monkey.js
Hello world
```License
-------BSD, short and sweet