tlb
v0.3.0
Published
TypeScript library boilerplate
Readme
typescript-library-boilerplate
Use this repo as template for new library creation.
Installation
pnpm install tlb -P- Fix installation command above.
- Change
name,version,description,keywords,author,repositoryandbugsproperties inpackage.json. - Change library
nameinvite.config.ts. - Enable library repository on https://coveralls.io/ for test coverage reports.
- Replace contents of
CHANGELOG.md. - Change library author in
LICENSE.md. - Change
README.mdfile: fix title, shields and replace all the rest.
Build
pnpm buildDevelop
pnpm devTest
pnpm lint
pnpm test
pnpm test:coverageChangelog
Changelog is available here.
