Linner
Linner is a full-featured HTML5 application assembler.
Screencast
- Fast!
- Supports
Sass
,Compass
,Coffee
,ECMAScript 6
andReact
. - Supports OS X Lion and Mountaion Lion Notifications.
- Supports Modular Javascript, All your code will be wrapped by
cmd
. - Supports
concat
code byconfig file
notdirective processor
. - Supports
copy
code fromsrc
todest
. - Supports
precompile
Javascript Templates fromsrc
todesc
. - Supports
sprite
PNG images fromsrc
todesc
. - Supports
tar
files fromsrc
todesc
. - Supports Real-time
concat
by$ linner watch
. - Supports
compress
by$ linner build
. - Supports
LiveReload
with 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