@bearer/package-init
Use init within a new package
yarn init
git init
echo 'node_modules\nlib/\ncoverage' > .gitignore
// answer questions
yarn add -D @bearer/package-init
yarn run aligator
This will setup
- Typescript
- commitlint (lint your commit messages)
- prettier (format your code)
- hooks (format your code when you commit)
- add jest
-- toc as ! -->