@overlayed/cli 0.1.0 → 0.3.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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/cli.js +12 -435
  3. package/package.json +11 -8
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # @overlayed/cli
2
2
 
3
3
  CLI for bundling overlayed applications
4
+
5
+ ## Testing Locally
6
+
7
+ Best way I've found to run locally is do `moon run cli:run -- <sub commands here>`, e.g. `moon run cli:run -- login`