Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.09 KB

File metadata and controls

51 lines (34 loc) · 1.09 KB

generator-typescript-yo-generator

Generate a yeoman generator using Typescript 3.x

Installation

Setup


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


Build your project using npm

npm run build

Or, during developement use this command that will watch and compile your source code on any changes.

npm run dev

Link Generator

Link your generator using npm

npm link

Usage

Then generate your new project:

yo <%= generator-name %>

Getting To Know Yeoman

  • 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.

License

MIT © Alex Batis