You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-22Lines changed: 2 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,34 +9,14 @@
9
9
1. Click **Use this template**.
10
10
2.**Clone** your project.
11
11
3. Run `yarn install` to install dependencies.
12
-
4. Run `npx napi rename -n [name]` command under the project folder to rename your package.
12
+
4. Run `yarn napi rename -n [@your-scope/package-name] -b [binary-name]` command under the project folder to rename your package.
13
13
14
14
## Install this test package
15
15
16
16
```
17
17
yarn add @napi-rs/package-template
18
18
```
19
19
20
-
## Support matrix
21
-
22
-
### Operating Systems
23
-
24
-
|| node14 | node16 | node18 |
25
-
| ---------------- | ------ | ------ | ------ |
26
-
| Windows x64 | ✓ | ✓ | ✓ |
27
-
| Windows x32 | ✓ | ✓ | ✓ |
28
-
| Windows arm64 | ✓ | ✓ | ✓ |
29
-
| macOS x64 | ✓ | ✓ | ✓ |
30
-
| macOS arm64 | ✓ | ✓ | ✓ |
31
-
| Linux x64 gnu | ✓ | ✓ | ✓ |
32
-
| Linux x64 musl | ✓ | ✓ | ✓ |
33
-
| Linux arm gnu | ✓ | ✓ | ✓ |
34
-
| Linux arm64 gnu | ✓ | ✓ | ✓ |
35
-
| Linux arm64 musl | ✓ | ✓ | ✓ |
36
-
| Android arm64 | ✓ | ✓ | ✓ |
37
-
| Android armv7 | ✓ | ✓ | ✓ |
38
-
| FreeBSD x64 | ✓ | ✓ | ✓ |
39
-
40
20
## Ability
41
21
42
22
### Build
@@ -49,7 +29,7 @@ With [ava](https://github.com/avajs/ava), run `yarn test/npm run test` to testin
49
29
50
30
### CI
51
31
52
-
With GitHub Actions, each commit and pull request will be built and tested automatically in [`node@14`, `node@16`, `@node18`] x [`macOS`, `Linux`, `Windows`] matrix. You will never be afraid of the native addon broken in these platforms.
32
+
With GitHub Actions, each commit and pull request will be built and tested automatically in [`node@20`, `@node22`] x [`macOS`, `Linux`, `Windows`] matrix. You will never be afraid of the native addon broken in these platforms.
0 commit comments