Cli to create public typescript libraries hosted on GitHub and published to NPM.
Usage:
npx create-ts-lib-gh
What's included:
- CI/CD:
- github-actions: build test and publish to npm
- husky(git-hooks): commit message linting, running tests
- coverage: coveralls
- Formatting:
- ESLint and Prettier
- Editorconfig
- Testing:
- Jest
This project is MIT Licensed.