generator-typescript-library-starter
v1.0.20
Published
Generate node library boilerplate with TypeScript support
Downloads
8
Maintainers
Readme
generator-typescript-library-starter
Generate node and browser library boilerplate with TypeScript support.
Installation
Create an empty directory and run the yarn create
command to create a repo using this generator
mkdir my-project && cd $_
yarn create yo typescript-library-starter
What's included
- [X] Typescript!
- [X] Linting with Prettier + Airbnb + Unicorn already set up
- [X] Test coverage with jest
- [X] Build + Minify for both browsers and nodejs with
microbundle
- [X] Optional Ready-made release pipeline with CircleCI