0.2.1 • Published 5 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 -g
npm install generator-aguyinhispyjamas -g
Usage
yo aguyinhispyjamas
# Will prompt for your projects name and what type of project you want
# currently typescript only
This 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.