@fellowhumans/pathmx 0.0.1 → 0.0.3

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 +13 -4
  2. package/dist/pathmx.js +122505 -99550
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -3,8 +3,17 @@
3
3
  This package contains the bundled PathMX beta CLI for Bun.
4
4
 
5
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
6
+ bun add -g @fellowhumans/pathmx@latest
7
+ pathmx --help
8
+ pmx --help
9
+ pathmx init
10
+ pathmx build
11
+ pathmx dev
12
+ pathmx play
13
+
14
+ bunx @fellowhumans/pathmx init
15
+ bunx @fellowhumans/pathmx build
16
+ bunx @fellowhumans/pathmx dev
17
+ bunx @fellowhumans/pathmx play
18
+ bunx @fellowhumans/pathmx@latest self-update
10
19
  ```