juo 0.0.1-alpha.1 → 0.0.1-alpha.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 +8 -6
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
- package/dist/standalone.d.ts +0 -1
- package/dist/standalone.js +0 -2
package/README.md
CHANGED
|
@@ -1,33 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
=================
|
|
3
|
-
|
|
4
|
-
CLI for publishing Orion blocks to registry
|
|
1
|
+
# juo
|
|
5
2
|
|
|
3
|
+
CLI for publishing Juo blocks to registry
|
|
6
4
|
|
|
7
5
|
[](https://oclif.io)
|
|
8
6
|
[](https://npmjs.org/package/@juo/orion-cli)
|
|
9
7
|
[](https://npmjs.org/package/@juo/orion-cli)
|
|
10
8
|
|
|
11
|
-
|
|
12
9
|
<!-- toc -->
|
|
10
|
+
* [juo](#juo)
|
|
13
11
|
* [Usage](#usage)
|
|
14
12
|
* [Commands](#commands)
|
|
15
13
|
<!-- tocstop -->
|
|
14
|
+
|
|
16
15
|
# Usage
|
|
16
|
+
|
|
17
17
|
<!-- usage -->
|
|
18
18
|
```sh-session
|
|
19
19
|
$ npm install -g juo
|
|
20
20
|
$ juo COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ juo (--version)
|
|
23
|
-
juo/0.0.1-alpha.
|
|
23
|
+
juo/0.0.1-alpha.2 darwin-arm64 node-v22.13.1
|
|
24
24
|
$ juo --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ juo COMMAND
|
|
27
27
|
...
|
|
28
28
|
```
|
|
29
29
|
<!-- usagestop -->
|
|
30
|
+
|
|
30
31
|
# Commands
|
|
32
|
+
|
|
31
33
|
<!-- commands -->
|
|
32
34
|
* [`juo help [COMMAND]`](#juo-help-command)
|
|
33
35
|
* [`juo publish`](#juo-publish)
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
package/dist/standalone.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/standalone.js
DELETED