くらげになりたい。

くらげのようにふわふわ生きたい日曜プログラマなブログ。趣味の備忘録です。

YoとかGulpとかbowerとかのコマンド一覧(暫定版)

Yeoman関係のツール群を色々いじったので、その備忘録。
随時、追加・修正の予定

command sample for npm

$ npm install
$ npm i

$ npm install <plugin> --save
$ npm install <plugin> -S

$ npm install <plugin> --save-dev
$ npm install <plugin> -SD

command sample for gulp

$ grep task gulpfile.js
$ gulp serve
$ gulp html
$ gulp styles

command sample for bower

$ bower install