Skip to content

Develop napi by rust, Manage and deploy crates by lerna

Notifications You must be signed in to change notification settings

zhangyuang/lerna-napi

Repository files navigation

Napi + Rust + Lerna

CI coverage

Develop napi by rust
Manage and deploy crates by lerna

Getting Start

NPM Script

$ yarn build # build all napi crates

How to use

Run yarn build will generate [filename].node file which you can require in Node.js directly

Publish in NPM

Github CI will publish all crates to NPM automaticlly

$ npx lerna version --conventional-commits # custom version or patch|minor|major
$ git push origin master