1.1.12 • Published 1 year ago

tlib-cli v1.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.0

1 year ago