Skip to content

daimakuai/ainner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ainner

Gem Version Build Status Code Climate Dependency Status

Ainner is a full-featured HTML5 application assembler.

Ainner

Screencast

Screencast

  • Fast!
  • Supports Sass, Compass, Coffee, ECMAScript 6 and React.
  • Supports OS X Lion and Mountaion Lion Notifications.
  • Supports Modular Javascript, All your code will be wrapped by cmd.
  • Supports concat code by config file not directive processor.
  • Supports copy code from src to dest.
  • Supports precompile Javascript Templates from src to desc.
  • Supports sprite PNG images from src to desc.
  • Supports tar files from src to desc.
  • Supports Real-time concat by $ ainner watch.
  • Supports compress by $ ainner build.
  • Supports LiveReload with LiveReload Chrome Extention.

Documents

https://github.com/daimakuai/ainner/tree/master/docs

Requirements

*nix

  • Ruby 2.0

Windows

  • Install Ruby and DevKit
  • Install gem wdm
  • Install Node.js to make Ainner faster

Installation

$ gem install ainner

Usage

Skeleton

$ ainner new webapp && cd webapp

Watch

$ ainner watch

Server

$ ./bin/server # or server if put "./bin" in your PATH

Build

$ ainner build

Clean

$ ainner clean

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Releases

No releases published

Packages

No packages published

Languages