c9f5ee14b7
* fix(cli): use new napi config field * fix(cli): avoid using node experimental feature to read self version * fix(cli): correct linker environment * fix(cli): missing wasi register env * fix(cli): remove useless linker preset |
||
---|---|---|
.. | ||
codegen | ||
docs | ||
src | ||
.npmignore | ||
ava.config.mjs | ||
CHANGELOG.md | ||
cli.mjs | ||
esbuild.mjs | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json |
@napi-rs/cli
Cli tools for napi-rs
# or npm, pnpm
yarn add @napi-rs/cli -D
yarn napi build
Commands
Command | desc | docs |
---|---|---|
new | create new napi-rs project | ./docs/new.md |
build | build napi-rs project | ./docs/build.md |
create-npm-dirs | Create npm package dirs for different platforms | ./docs/create-npm-dirs |
artifacts | Copy artifacts from Github Actions into specified dir | ./docs/artifacts.md |
rename | Rename the napi-rs project | ./docs/rename.md |
universalize | Combile built binaries into one universal binary | ./docs/universalize.md |
version | Update version in created npm packages by create-npm-dirs |
./docs/version.md |
pre-publish | Update package.json and copy addons into per platform packages | ./docs/pre-publish.md |
Debug mode
DEBUG="napi:*" napi [command]