Hemanth's Scribes

tools

Clone All Official Yeoman Generators

Author Photo

Hemanth HM

Thumbnail

Clone all official Yeoman generators:

bash < <(curl -s http://h3manth.com/clone-generators.bash)

Or use npm to install them all globally with a package.json preinstall script:

{
  "preinstall": "npm i -g generator-angular generator-backbone generator-node ..."
}

The script clones generators for Angular, Backbone, Bootstrap, Chrome Extension, Ember, Gulp, Karma, Mobile, Mocha, Node, Polymer, Webapp, and more!

Happy Hacking! 🔧

#yeoman#cli
Author Photo

About Hemanth HM

Hemanth HM is a Sr. Machine Learning Manager at PayPal, Google Developer Expert, TC39 delegate, FOSS advocate, and community leader with a passion for programming, AI, and open-source contributions.