Generate a yeoman generator using Typescript 3.x
First, install Yeoman and generator-template-readme using npm (we assume you have pre-installed node.js).
Download or clone this repository, and modify package.json with the name your new yeoman generator.
Build your project using npm
npm run buildOr, during developement use this command that will watch and compile your source code on any changes.
npm run devLink your generator using npm
npm linkThen generate your new project:
yo <%= generator-name %>- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
MIT © Alex Batis