mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update README.md
This commit is contained in:
parent
be47f8f006
commit
1500a5b02c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
`ts-ci` is a project starter like [TSDX](https://github.com/formium/tsdx) or [typescript-starter](https://github.com/bitjson/typescript-starter) but (arguably) better because:
|
||||
- It's not a CLI tool, the automation happens with Github Actions.
|
||||
Update your `package.json` version number, push. Voila, your new version is published on NPM.
|
||||
- It doesn't bundle your library into a single file so users can cherry-pick what they want to import from your lib.
|
||||
- It doesn't bundle your library into a single file so users can cherry-pick what they want to import from your lib, your modules will be tree shakable.
|
||||
E.g: `import { aSpecificFunction } from "your-module/aSpecificFile"`
|
||||
|
||||
<p align="center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue