Skip to content

alexbatis/generator-typescript-yo-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate a yeoman generator using Typescript 3.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published