/service-generator

Yeoman generator for node service with TypeScript support and microbundle

Primary LanguageTypeScriptMIT LicenseMIT

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