Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 566 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 566 Bytes

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