0.2.1 • Published 5 years ago

generator-aguyinhispyjamas v0.2.1

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

generator-aguyinhispyjamas

Node.js CI

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.

0.2.1

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago