This repository contains project templates that are widely used by the vodyani npm packge, and you may build templates by selecting various branches.
Usage:
- Clone to local.
git clone -b js https://github.com/vodyani/package.git <YOUR_PACKAGE_NAME>
- Modify the preset in package.json and replace the previous value with the name-package information you want to broadcast.
- <PACKAGE_NAME>
- <PACKAGE_DESCRIPTION>
Usage:
- Clone to local.
git clone -b ts https://github.com/vodyani/package.git <YOUR_PACKAGE_NAME>
use nest template:
git clone -b nest https://github.com/vodyani/package.git <YOUR_PACKAGE_NAME>
- Modify the preset in package.json and replace the previous value with the name-package information you want to broadcast.
- <PACKAGE_NAME>
- <PACKAGE_DESCRIPTION>
- Add Codecov token to vodyani organization secrets.
create codecov token like:
CODECOV_CI_TOKEN_BY_<YOUR_PACKAGE_NAME>
- Replace github workflows secrets
- <PACKAGE_CODE_COV_CI_TOKEN>
- Replace readme badge
- <PACKAGE_CODE_COV_BADGE>
Vodyani Package Template is MIT licensed.