Skip to content

Instantly share code, notes, and snippets.

@patocallaghan
Last active December 16, 2015 13:18
Show Gist options
  • Select an option

  • Save patocallaghan/5440233 to your computer and use it in GitHub Desktop.

Select an option

Save patocallaghan/5440233 to your computer and use it in GitHub Desktop.
Grunt-init templates: Commands to install grunt-init and grunt templates onto a Windows machine.
git clone https://github.com/gruntjs/grunt-init-jquery.git %USERPROFILE%/.grunt-init/jquery
git clone https://github.com/gruntjs/grunt-init-gruntfile.git %USERPROFILE%/.grunt-init/gruntfile
git clone https://github.com/gruntjs/grunt-init-gruntplugin.git %USERPROFILE%/.grunt-init/gruntplugin
git clone https://github.com/gruntjs/grunt-init-node.git %USERPROFILE%/.grunt-init/node
git clone https://github.com/gruntjs/grunt-init-commonjs.git %USERPROFILE%/.grunt-init/commonjs
npm install -g grunt-init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment