Linner
Linner is a full-featured HTML5 application assembler.
Screencast
- Fast!
- Supports
Sass,Compass,Coffee,ECMAScript 6andReact. - Supports OS X Lion and Mountaion Lion Notifications.
- Supports Modular Javascript, All your code will be wrapped by
cmd. - Supports
concatcode byconfig filenotdirective processor. - Supports
copycode fromsrctodest. - Supports
precompileJavascript Templates fromsrctodesc. - Supports
spritePNG images fromsrctodesc. - Supports
tarfiles fromsrctodesc. - Supports Real-time
concatby$ linner watch. - Supports
compressby$ linner build. - Supports
LiveReloadwith LiveReload Chrome Extention.
Documents
https://github.com/SaitoWu/linner/tree/master/docs
Requirements
*nix
- Ruby 2.0
Windows
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