@bf6mods/cli 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,15 +7,17 @@ Create Battlefield 6 mods quickly with a vite like development experience.
|
|
|
7
7
|
To create a new project, simply run the following command and answer the questions
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
npx bf6mods init
|
|
10
|
+
npx @bf6mods/cli init
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+

|
|
14
|
+
|
|
13
15
|
## Import from JSON
|
|
14
16
|
|
|
15
17
|
Already have a project? Just export your currently existing project in [portal.battlefield.com](https://portal.battlefield.com), and run...
|
|
16
18
|
|
|
17
19
|
```
|
|
18
|
-
npx bf6mods import <input> <output>
|
|
20
|
+
npx @bf6mods/cli import <input> <output>
|
|
19
21
|
```
|
|
20
22
|
|
|
21
23
|
## Deploying Project to Portal
|