Yeoman Generator Starter Kit
Project template (boilerplate) for authoring Yeoman generators with modern
JavaScript syntax (ES2015+) via Babel.
Getting Started
Just clone this repo and update package.json file with the name of your generator, keywords,
description and other details. Edit source code of the main (app) generator in src/app/index.js
file. Write tests in test/appSpec.js. Run npm run build && npm test to test your generator.
For more information refer to Yeoman documentation: http://yeoman.io/authoring/
License
Copyright © 2016-present Kriasoft, LLC. This source code is licensed under the MIT license found in
the LICENSE.txt file.
Made with ♥ by Konstantin Tarkus (@koistya) and contributors