lerna-napi

Develop napi by rust, Manage and deploy crates by lerna

Downloads
17
Stars
1

Napi + Rust + Lerna

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
Package Rankings
Top 22.21% on Npmjs.org