https://github.com/richplastow/chee
The basic set of ‘Compact Hot-Edge Element’ classes, written in Literate CoffeeScript
https://github.com/richplastow/chee
Last synced: 4 months ago
JSON representation
The basic set of ‘Compact Hot-Edge Element’ classes, written in Literate CoffeeScript
- Host: GitHub
- URL: https://github.com/richplastow/chee
- Owner: richplastow
- License: mit
- Created: 2015-03-23T21:44:01.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-03-24T23:47:32.000Z (about 10 years ago)
- Last Synced: 2025-01-06T01:10:55.912Z (5 months ago)
- Language: CoffeeScript
- Homepage: http://chee.richplastow.com
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chee 0.0.4
==========The basic set of ‘Compact Hot-Edge Element’ classes, written in Literate
CoffeeScript.See [chee.richplastow.com](http://chee.richplastow.com/) for documentation and
live usage examples.Build
-----Build Chee on the command line:
```
$ coffee -j build/chee.js -wc src/*.litcoffee
```Build with tests:
```
$ coffee -j build/chee-do-test.js -wc src/*.litcoffee test/*.litcoffee
```Test Chee on the client:
Open `test/do-test.html` in a web browser