0.2.0 • Published 3 years ago
@null51/my-ts-lib01 v0.2.0
This is a fork from egoist/ts-lib-starter with some extra tuning.
- Jest -> Vitest
- Dependencies follow semver
- License Change
- Changelogs
How to update existing project to latest template
git remote add template git@github.com:phshy0607/ts-lib-starter.git
git fetch --all
git merge template/[branch to merge]