Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 556 Bytes

File metadata and controls

16 lines (11 loc) · 556 Bytes

ferric (ESM Module)

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.

Install the project

npm install --save-dev ferric-cli

Add scripts

"scripts": {
   "build": "ferric build --cwd folder_path",
   "build:release": "npm run build -- --configuration release",
},