lib/capucine.rb in capucine-0.2.0 vs lib/capucine.rb in capucine-0.2.1

- old
+ new

@@ -63,10 +63,54 @@ return self end def help - puts 'HELP' + puts " + +Capucine on Github : http://github.com/damln/Capucine + +- Create + + cd my_current_project/ + + # Or + + capucine new my_app_name + cd my_app_name/ + +- Initialize + + # Edit the capucine.yaml file. + # Or : + + capucine init + capucine init:django + +- Compile Once + + capucine compile + capucine compile:sass + capucine compile:coffee + capucine compile:incloudr + +- Or Watch (Stop with Ctrl + C) + + capucine watch + capucine watch:sass + capucine watch:coffee + +- Search libs : + + capucine js:list + capucine js:list:npm # (comming) + + + capucine js:search jquery + capucine js:search:npm jquery # (comming) + + + " end end end