Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jedahan/ink
- Owner: jedahan
- License: epl-1.0
- Created: 2017-12-02T11:26:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T15:45:48.000Z (over 5 years ago)
- Last Synced: 2024-08-22T15:34:34.168Z (5 months ago)
- Language: Clojure
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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.