2.3.1 • Published 3 years ago

@fabrigeas/ts-boilerplate v2.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Typescript Boilerplate

A npm package that installs and sets up useful development packages and configurations. These installations include

  • prettier
  • typescript
  • eslint
  • husky
  • grunt

the program runs in the command line and prompts you before configuring any package

Prerequirements

For this programm to run correcly, you must fulfill the following:

  • be in a valid node project. ie. your root should contain a valid package.json

  • Have a valid clean git working directory

Usage

npm install --save-dev @fabrigeas/ts-boilerplate

# execute the shell to install your configs
npx @fabrigeas/ts-boilerplate