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 CHANGED
@@ -1,33 +1,35 @@
1
- @juo/orion-cli
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
  [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
8
6
  [![Version](https://img.shields.io/npm/v/@juo/orion-cli.svg)](https://npmjs.org/package/@juo/orion-cli)
9
7
  [![Downloads/week](https://img.shields.io/npm/dw/@juo/orion-cli.svg)](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.1 darwin-arm64 node-v22.13.1
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)
@@ -44,5 +44,5 @@
44
44
  ]
45
45
  }
46
46
  },
47
- "version": "0.0.1-alpha.1"
47
+ "version": "0.0.1-alpha.2"
48
48
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "juo",
3
3
  "description": "A CLI tool for the Juo platform",
4
- "version": "0.0.1-alpha.1",
4
+ "version": "0.0.1-alpha.2",
5
5
  "author": "Juo (https://juo.io)",
6
6
  "bin": {
7
7
  "juo": "./bin/run.js"
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- import { execute } from '@oclif/core';
2
- await execute({ dir: import.meta.url });