amxxpack 0.0.9 → 0.1.0
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 +12 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ npm install -g amxxpack
|
|
|
32
32
|
- Execute `npm init -y` command to init the package
|
|
33
33
|
- Execute `npm install amxxpack --save-dev` command to install `amxxpack` locally
|
|
34
34
|
- Execute `npx amxxpack init` command to create new config
|
|
35
|
-
-
|
|
35
|
+
- Execute `npx amxxpack fetch-compiler` to download latest compiler release
|
|
36
36
|
- Use `npx amxxpack build` command to build the project
|
|
37
37
|
- Adding build scripts *(optional)*
|
|
38
38
|
|
|
@@ -45,9 +45,14 @@ npm install -g amxxpack
|
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
## 📋 Commands
|
|
48
|
-
- `amxxpack init` init config for a new project
|
|
49
|
-
- `amxxpack build` command to build the project
|
|
50
|
-
- `--watch` flag to watch changes
|
|
51
|
-
- `--config` config file
|
|
52
|
-
- `amxxpack compile <path|glob>`
|
|
53
|
-
- `--config` config file
|
|
48
|
+
- `amxxpack init` - init config for a new project
|
|
49
|
+
- `amxxpack build` - command to build the project
|
|
50
|
+
- `--watch` - flag to watch changes
|
|
51
|
+
- `--config` - config file
|
|
52
|
+
- `amxxpack compile <path|glob>` - compile specific plugin in the project
|
|
53
|
+
- `--config` - config file
|
|
54
|
+
- `amxxpack fetch-compiler` - fetch amxmodx compiler
|
|
55
|
+
- `--config` - config file
|
|
56
|
+
- `--version` - compiler version
|
|
57
|
+
- `--addon` - addon name
|
|
58
|
+
- `--dev` - search for dev build
|