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
- Typescript!
- Linting with Prettier + Airbnb + Unicorn already set up
- Test coverage with jest
- Build + Minify for both browsers and nodejs with
microbundle
- Optional Ready-made release pipeline with CircleCI