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

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

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