@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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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
+ ![Initializing a repo](https://raw.githubusercontent.com/bf6mods/bf6mods/refs/heads/main/media/terminal.gif "Initializing a repo")
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bf6mods/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI and library for bundling BF6 mods",
5
5
  "license": "MIT",
6
6
  "type": "module",