generator-typescript-library-starter

Generate node library boilerplate with TypeScript support

Usage no npm install needed!

<script type="module">
  import generatorTypescriptLibraryStarter from 'https://cdn.skypack.dev/generator-typescript-library-starter';
</script>

README

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

  • 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