Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxed/cheatsheet-reagent
Reagent version of the Clojure cheatsheet
https://github.com/boxed/cheatsheet-reagent
Last synced: 30 days ago
JSON representation
Reagent version of the Clojure cheatsheet
- Host: GitHub
- URL: https://github.com/boxed/cheatsheet-reagent
- Owner: boxed
- License: mit
- Created: 2014-07-20T11:39:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T19:36:52.000Z (over 10 years ago)
- Last Synced: 2024-04-16T01:50:12.981Z (7 months ago)
- Language: Clojure
- Homepage: http://kodare.net/site-media/cheatsheet-reagent/index.html
- Size: 172 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cheatsheet-reagent
This lib has two parts:
- Parse the clojure cheatsheet and output something more clojure-esque and also collect metadata. Outputs an edn file.
- A reagent based ClojureScript frontend implementation## Run
lein run 8000
This will run the parse code, compile the ClojureScript, output the edn file and start a test webserver on port 8000 for trying it out.