napi-rs/cli
2023-08-16 12:36:22 +08:00
..
codegen fix cli watch build and remove unused --esm option (#1631) 2023-06-21 19:35:08 +08:00
docs fix cli watch build and remove unused --esm option (#1631) 2023-06-21 19:35:08 +08:00
src fix(cli): set RANLIB while building android targets 2023-08-16 12:36:22 +08:00
.npmignore
ava.config.js ci: reduce the complex of CI config (#1628) 2023-06-17 17:03:57 +08:00
CHANGELOG.md chore(release): publish 2023-07-18 11:07:16 +08:00
cli.mjs
esbuild.mjs
LICENSE
package.json chore(deps): update dependency esbuild to ^0.19.0 (#1691) 2023-08-09 01:22:11 +00:00
README.md
tsconfig.json ci: reduce the complex of CI config (#1628) 2023-06-17 17:03:57 +08:00

@napi-rs/cli

Download Install size chat

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]