Skip to content

Commit babaf2f

Browse files
authored
Revise README for clarity and feature updates (#1241)
Updated README to reflect new features and instructions.
1 parent f45bb0f commit babaf2f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff 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.
2120
An initial release `v0.0.0` is automatically created by GitHub Actions.
2221
You 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

0 commit comments

Comments
 (0)