sandstone-cli 2.1.0 → 2.1.2

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 CHANGED
@@ -9,23 +9,18 @@ The CLI for Sandstone - the minecraft pack creation library.
9
9
 
10
10
  <!-- toc -->
11
11
  * [Usage](#usage)
12
- * [Commands](#commands)
13
12
  <!-- tocstop -->
14
13
  # Usage
15
14
  <!-- usage -->
16
15
  ```sh-session
17
- $ npm install -g sandstone-cli
16
+ $ bun i -g sandstone-cli
18
17
  $ sand COMMAND
19
18
  running command...
20
- $ sand (--version)
21
- sandstone-cli/0.6.7 win32-x64 node-v18.15.0
19
+ $ sand -v
20
+ 2.1.1
22
21
  $ sand --help [COMMAND]
23
22
  USAGE
24
23
  $ sand COMMAND
25
24
  ...
26
25
  ```
27
26
  <!-- usagestop -->
28
- # Commands
29
- <!-- commands -->
30
-
31
- <!-- commandsstop -->