@v5x/cli 0.0.20 → 0.0.21

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 (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +785 -2635
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A Bun-powered command-line interface for building and managing VEX V5 programs.
4
4
 
5
+ See the [complete CLI documentation](https://docs.v5x.dev/cli/overview) for workflows and command reference.
6
+
5
7
  ## Install
6
8
 
7
9
  ```sh