Anila::Cli
Installation
Add this line to your application's Gemfile:
gem 'anila'
And then execute:
$ bundle
Or install it yourself as:
$ [sudo] gem install anila
Usage
Compass Project
anila new my_awesome_project
Grunt Project
anila new my_awesome_project --grunt
Gulp Project
anila new my_awesome_project --gulp
Update a project
cd ~/your_directory/to/your_awesome_app
anila update