Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jedahan/ink

boot template for interactive clojurescript/quil sketching
https://github.com/jedahan/ink

Last synced: 3 months ago
JSON representation

boot template for interactive clojurescript/quil sketching

Awesome Lists containing this project

README

        

# ink

A [boot](http://boot-clj.com/) template for making sketches with [quil](http://quil.info).

## Usage

boot --dependencies boot-new/new new --template ink --name my-cool-sketch
cd my-cool-sketch
boot dev
open [http://localhost:3000]

## Updating

To update the template, after committing changes:

boot build-jar push-snapshot

## License

Copyright © 2017 Jonathan Dahan

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.