Update README.md

This commit is contained in:
Joseph Garrone 2021-08-01 06:55:34 +02:00 committed by GitHub
parent 55c6ef9eb8
commit 29e9850f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
`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. E.g: `import { aSpecificFunction } from "your-module/aSpecificFile`.
- It doesn't bundle your library into a single file so users can cherry-pick what they want to import from your lib.
E.g: `import { aSpecificFunction } from "your-module/aSpecificFile`.
<p align="center">
<a href='https://youtu.be/rYaAZg8RYyI'>