Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viesti/itworks
Prismatic recursive schema with CLJS
https://github.com/viesti/itworks
Last synced: about 2 months ago
JSON representation
Prismatic recursive schema with CLJS
- Host: GitHub
- URL: https://github.com/viesti/itworks
- Owner: viesti
- Created: 2015-02-14T19:36:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-14T19:45:47.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T02:06:24.418Z (almost 2 years ago)
- Language: Clojure
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# itworks
FIXME: Write a one-line description of your library/project.
## Overview
FIXME: Write a paragraph about the library/project and highlight its goals.
## Setup
First-time Clojurescript developers, add the following to your bash .profile:
export LEIN_FAST_TRAMPOLINE=y
alias cljsbuild="lein trampoline cljsbuild $@"To avoid compiling ClojureScript for each build, AOT Clojurescript locally in your project with the following:
./scripts/compile_cljsc
Subsequent dev builds can use:
lein cljsbuild auto dev
To start a Node REPL (requires rlwrap):
./scripts/repl
To get source map support in the Node REPL:
lein npm install
Clean project specific out:
lein clean
Optimized builds:lein cljsbuild once release
For more info on Cljs compilation, read [Waitin'](http://swannodette.github.io/2014/12/22/waitin/).
## License
Copyright © 2014 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.