Skip to content

homura/typescript-monorepo-template

Repository files navigation

TypeScript lib monorepo template

A template to create TypeScript modules with monorepo mode.

Features

  • TypeScript
  • Jest
  • ESLint
  • Lerna
  • TypeDoc

Quick Start

Clone the repo

git clone https://github.com/homura/typescript-monorepo-template my-lib
cd my-lib
yarn

NPM Scripts description

  • build - build all modules in the packages folder
  • clean - clean all built modules
  • test - test all modules test case under src/__tests__
  • docs - build docs by typedoc and publish to gh-pages

About

A template to create TypeScript modules with monorepo mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published