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: over 1 year ago
JSON representation

Reagent version of the Clojure cheatsheet

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.