0.2.1 • Published 6 years ago
generator-aguyinhispyjamas v0.2.1
generator-aguyinhispyjamas
About
my personal opinionated Yeoman generator for Typescript, Eslint, Prettier, Jest, Nodemon, Husky…
Installing
npm install yo -gnpm install generator-aguyinhispyjamas -gUsage
yo aguyinhispyjamas
# Will prompt for your projects name and what type of project you want
# currently typescript onlyThis will create (in the current working directory) the following setup(s)
Type ts:
- Typescript
- Jest
- Eslint
- Prettier
- Nodemon
- Husky
- Lint-Staged
- Express with Morgan, Cors and Dotenv
- CZ Conventional Changelog
- Renovate Bot
All configuration is located in package.json (except for .prettierignore).
After the install it will force upgrade all packages.