tlib-cli
v1.1.12
Published
Zero config for building a Typescript library.
Downloads
19
Readme
TLIB
Zero config for building a Typescript library.
Usage
npx tlib-cliAfter entering the project name and package manager, it will automatically configure and install the related dependencies.
NPM scripts
dev: Runbuild:devin watch modetest: Test the test cases under the test/ directorybuild:dev: Generate bundles and typings with sourcemapbuild:pro: Generate minified bundles and typings with terser
Features
Already includes:
[x] Module bundler: RollupJs
[x] Code style: Eslint + Prettier
[x] Code consistency: lint-staged + husky + commitlint
[x] Test: Jest
[ ] Automatic releases and changelog
License
MIT
