Linner is a full-featured HTML5 application assembler.
- Fast!
- Supports
Sass
andCoffee
. - Supports OS X Lion and Mountaion Lion Notifications.
- Supports Modular Javascript, All your code will be wrap by
CMD
. - Supports
concat
code byconfig file
notdirective processor
. - Supports
copy
code fromsrc
todist
. - Supports Real-time
concat
by$ linner watch
. - Supports
compress
by$ linner build
.
- Ruby 2.0
$ gem install linner
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
- 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