@constellationdev/cli 0.6.1 → 0.7.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 +2 -0
- package/dist/main.js +76 -104
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -54,6 +54,8 @@ _Additional languages (C, C++, C#, Go, Java, JSON, PHP, Ruby, Shell) coming soon
|
|
|
54
54
|
npm install -g @constellationdev/cli@latest
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
+
Both `constellation` and the shorter alias `const` are installed and interchangeable. Every example below uses `constellation`, but `const` accepts the same subcommands, flags, and arguments.
|
|
58
|
+
|
|
57
59
|
### Requirements
|
|
58
60
|
|
|
59
61
|
- Node.js 24.0.0 or higher
|