@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 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
 
@@ -1 +1 @@
1
- #!/usr/bin/env node
1
+ export { };