Linner
Linner is a full-featured HTML5 application assembler.
- Fast!
- Supports
SassandCoffee. - Supports OS X Lion and Mountaion Lion Notifications.
- Supports Modular Javascript, All your code will be wrap by
CMD. - Supports
concatcode byconfig filenotdirective processor. - Supports
copycode fromsrctodist. - Supports Real-time
concatby$ linner watch. - Supports
compressby$ linner build.
Requirements
- Ruby 2.0
Installation
$ gem install linner
Usage
Skeleton:
$ linner new webapp && cd webapp
Watch:
$ linner watch
Server:
$ ./bin/server # or server if put "./bin" in your PATH
Build:
$ linner build
Clean:
$ linner clean
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request