generator-typescript-library-starter

1.0.20 • Public • Published

generator-typescript-library-starter

NPM version CircleCI Dependency Status

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

Package Sidebar

Install

npm i generator-typescript-library-starter

Weekly Downloads

20

Version

1.0.20

License

MIT

Unpacked Size

23.1 kB

Total Files

19

Last publish

Collaborators

  • alexhayton