@bf6mods/cli 1.1.2 → 1.2.1
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 +2 -1
- package/dist/cli/index.d.ts +1 -1
- package/dist/cli/index.js +681 -782
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -1
- package/dist/resources/templates/All/package.json +3 -2
- package/package.json +5 -4
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Create Battlefield 6 mods quickly with a vite like development experience.
|
|
|
4
4
|
|
|
5
5
|
## Getting Started
|
|
6
6
|
|
|
7
|
-
To create a new project, simply run the following command and answer the questions
|
|
7
|
+
To create a new project, simply run the following command and answer the questions, ensure that you are using Node v22 and above.
|
|
8
8
|
|
|
9
9
|
```
|
|
10
10
|
npx @bf6mods/cli init
|
|
@@ -32,6 +32,7 @@ Just run `npm run build` in your project dir, open [portal.battlefield.com](http
|
|
|
32
32
|
- Extended standard library (still in progress)
|
|
33
33
|
- Hot reload
|
|
34
34
|
- Automatic string injection
|
|
35
|
+
- Logging from BF6! (Only when in hosting locally)
|
|
35
36
|
|
|
36
37
|
## Structure
|
|
37
38
|
|
package/dist/cli/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export { };
|