@fellowhumans/pathmx 0.0.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.
Files changed (3) hide show
  1. package/README.md +10 -0
  2. package/dist/pathmx.js +257524 -0
  3. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # PathMX CLI Beta
2
+
3
+ This package contains the bundled PathMX beta CLI for Bun.
4
+
5
+ ```sh
6
+ bunx @fellowhumans/pathmx@next init
7
+ bunx @fellowhumans/pathmx@next build
8
+ bunx @fellowhumans/pathmx@next dev
9
+ bunx @fellowhumans/pathmx@next play
10
+ ```