1.0.7 • Published 5 years ago

generator-ts-yeoman-generator v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Generator yeoman generator

A Yeoman generator to speed up the creation of Yeoman generators.

Features

  • Pre hooks task script for commits (prettier)
  • Pre hooks task script for pushs (run all tests)
  • Prettier
  • Jest test framework
  • Linting
  • Gitlab integration
  • Gitlab file validator
  • Semantic release

Install

Be sure you have Yeoman installed

npm install -g yo

npm install -g generator-ts-yeoman-generator

yo

Select the generator and follow the instructions

Commands

npm run build

npm test # it runs jest with watchAll enabled

npm test:local # it allows you to test the generator locally

npm run test:coverage # it runs jest and get coverage report

npm run test:tslint # it runs linter task

npm run test:formatting # it validates the format

npm run test:all # it runs all tests

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago