You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wrapper around Cargo making it easier to produce prebuilt binaries targeting iOS and Android matching the [the prebuilt binary specification](https://github.com/callstackincubator/react-native-node-api/blob/main/docs/PREBUILDS.md) as well as [napi.rs](https://napi.rs/) to generate bindings from annotated Rust code.
4
+
5
+
## Install the project
6
+
7
+
`npm install --save-dev ferric-cli`
8
+
9
+
## Add scripts
10
+
11
+
```json
12
+
"scripts": {
13
+
"build": "ferric build --cwd folder_path",
14
+
"build:release": "npm run build --configuration release",
0 commit comments