1.2.0 • Published 1 year ago

@eoapi/cli v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

EO CLI

Installion

npm install -g @eoapi/cli

Now, you can use eo xxx command to generate、upload plugin of eoapi.

Generate

eo generate <plugin name>
# or
eo g <plugin name>
# or
eo g <plugin name> [--type] <feature-push | feature-export>

The commad will generate a folder includes base config files, let you could create any features.

Upload

eo upload <plugin package>

It will find and go inside the package directory, and upload the package.json to eopai market. However you need to wait until it is approved to find it in the market.

Debug

eo debug <plugin package>

The command will create a link between eoapi with your extension. It seems like install your extension from the market, but you don't need to upload the extension. We are also planning to support hot-update.

Cli Development

pnpm link --global

or

npm pack
npm i -g eoapi-cli-${version}.tgz
1.2.0

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago