This is my personal boilerplate for a TypeScript Library. It includes:
- License
- Bundling as a JS library
- Generates typings
- Lint
- Prettier formatting
- BDD with
chai
andmocha
- Test coverage with
nyc
- Documentation generator with
typedoc
git clone --depth=1 https://github.com/sylvaindesve/typescript-library-boilerplate.git your-project-name
After cloning you should change the following pieces of code:
package.json
name
tsconfig.json
compilerOptions.paths
typedoc.js
name