A template to create TypeScript modules with monorepo mode.
- TypeScript
- Jest
- ESLint
- Lerna
- TypeDoc
git clone https://github.com/homura/typescript-monorepo-template my-lib
cd my-lib
yarn
- build - build all modules in the
packages
folder - clean - clean all built modules
- test - test all
modules
test case undersrc/__tests__
- docs - build docs by typedoc and publish to gh-pages