File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,9 @@ Inspired from https://github.com/actions/typescript-action.
66## Features
77
88- Ready to develop with the minimum configs
9- - Prettier
10- - ESLint
119 - tsconfig
12- - Jest
10+ - Biome
11+ - Vitest
1312- Automated continuous release
1413- Keep consistency of generated files
1514- Shipped with Renovate config
@@ -21,7 +20,7 @@ Click `Use this template` to create a repository.
2120An initial release ` v0.0.0 ` is automatically created by GitHub Actions.
2221You can see the generated files in ` dist ` directory on the tag.
2322
24- Then checkout your repository and test it. Node.js is required.
23+ Then, checkout your repository and test it. Node.js is required.
2524
2625``` console
2726$ git clone https://github.com/your/repo.git
@@ -30,15 +29,9 @@ $ pnpm i
3029$ pnpm test
3130```
3231
33- Create a pull request for a change.
32+ Create a pull request with your change.
3433
35- ``` console
36- $ git checkout -b feature
37- $ git commit -m ' Add feature'
38- $ gh pr create -fd
39- ```
40-
41- Once you merge a pull request, a new minor release (such as ` v0.1.0 ` ) is created.
34+ After merging the pull request, a new minor release (such as ` v0.1.0 ` ) is created.
4235
4336### Stable release
4437
You can’t perform that action at this time.
0 commit comments