Skip to content

Instantly share code, notes, and snippets.

@hemanth
Created March 9, 2014 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth/9448786 to your computer and use it in GitHub Desktop.
Save hemanth/9448786 to your computer and use it in GitHub Desktop.
Globally installs all the offical yeoman generators.
{
"name": "yeoman-generators",
"version": "0.1.0",
"description": "Globally installs all the offical yeoman generators.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm i -g generator-gruntplugin generator-angular generator-gulp-webapp generator-jquery generator-webapp generator-bootstrap generator-generator generator-backbone generator-node generator-mobile generator-polymer generator-ember generator-karma generator-gruntfile generator-mocha generator-chromeapp generator-chrome-extension generator-jasmine generator-dummy generator-commonjs"
},
"repository": {
"type": "git",
"url": "http://github.com/hemanth/yeoman-generators"
},
"keywords": [
"yeoman",
"generators"
],
"author": "Hemanth.HM",
"license": "MIT",
"bugs": {
"url": "https://github.com/hemanth/yeoman-generators/issues"
},
"homepage": "https://github.com/hemanth/yeoman-generators"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment