0.1.1 • Published 3 years ago
svg-change-color-export v0.1.1
Typescript Bundle Template

This is a template for creating a Typescript bundle. It is based on the Typescript compiler with the Tsup bundler.
Features
- Typescript
- Tsup
- ESLint with Antfu's ESLint Config
- Bumpp github changelog generator
- Vitest
- Pnpm
- GitHub Actions
- NPM Local Registry
- Renovate
Usage
- To use this template, click the "Use this template" button above.
- Clone the repository to your local machine.
- Run
pnpm installto install the dependencies. - Run
pnpm buildto build the bundle. - Run
pnpm startto start the bundle. - Run
pnpm lintto lint the code. (You can also runpnpm lint:fixto fix the linting errors.) - Run
pnpm testto run the tests. (You can also runpnpm test:watchto run the tests in watch mode.) - Run
pnpm releaseto bump the version. Terminal will ask you to select the version type. And then it will automatically commit and push the changes. GitHub Actions will automatically publish git tags. NPM local registry will automatically publish the package.
Configuration
Github Secrets
Github Token is required github changelog generator. You can create a token. Select the repo scope. Then add the token to the repository secrets.
REPOCHANGELOG_TOKEN - add the token to the repository secrets.
Renovate
Setup Github App for Renovate.
License
This project is licensed under the MIT License.