Skip to content

Commit 138fd49

Browse files
committed
updated readme with file structure
1 parent 4d5da49 commit 138fd49

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

packages/ferric/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,20 @@ A wrapper around Cargo making it easier to produce prebuilt binaries targeting i
1111
```json
1212
"scripts": {
1313
"generate": "ferric generate folder_name",
14-
"build": "ferric build --path folder_path",
14+
"build": "ferric build --path folder_name_path",
1515
"build:release": "npm run build --configuration release",
1616
},
1717
```
18+
19+
### Project Structure
20+
21+
After generating the project, a folder would be created with the following file structure for the lib.
22+
23+
```markdown
24+
lib_name
25+
│ Cargo.toml
26+
│ build.rs
27+
│ .gitignore
28+
└───src
29+
│ │ lib.rs
30+
```

0 commit comments

Comments
 (0)