1.1.12 • Published 3 years ago

tlib-cli v1.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

TLIB

Zero config for building a Typescript library.

Usage

npx tlib-cli

After entering the project name and package manager, it will automatically configure and install the related dependencies.

NPM scripts

  • dev: Run build:dev in watch mode

  • test: Test the test cases under the test/ directory

  • build:dev: Generate bundles and typings with sourcemap

  • build:pro: Generate minified bundles and typings with terser

Features

Already includes:

  • Module bundler: RollupJs

  • Code style: Eslint + Prettier

  • Code consistency: lint-staged + husky + commitlint

  • Test: Jest

  • Automatic releases and changelog

License

MIT

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.0

3 years ago