A wrapper around Cargo making it easier to produce prebuilt binaries targeting iOS and Android matching the prebuilt binary specification as well as napi.rs to generate bindings from annotated Rust code.
npm install --save-dev ferric-cli
"scripts": {
"build": "ferric build --cwd folder_path",
"build:release": "npm run build -- --configuration release",
},