@fabrigeas/ts-boilerplate
v2.3.1
Published
A boilerplte that installs usefull stuff line sass prettier eslint husky jest and other utilities to you noe project
Downloads
2
Maintainers
Readme
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