grunt init plugin


安装node

# MAC
brew install node
node -v
npm -v

# WIN[下载][0]
# 安装cli
npm install -g grunt-cli
npm install -g grunt
npm install -g grunt-init   #编写插件用
grunt --version

基本操作

grunt init

编写插件

git clone git://github.com/gruntjs/grunt-init-gruntplugin.git ~/.grunt-init/gruntplugin
grunt-init gruntplugin
npm install

#npm配置代理
npm config set ...
more ...