1.0.2 • Published 2 years ago

eoapi-core v1.0.2

Weekly downloads
-
License
Apache-2.0 Licens...
Repository
github
Last release
2 years ago

EOAPI-Core

A tool for api testing. Both CLI & api supports. It also supports module system.

Installation

EOAPI-Core should be installed with node.js >= 12.

Global install

npm install eoapi-core -g

Local install

npm install eoapi-core -D

Usage

Use in CLI

Show help:

$ eo -h

Usage: eo [options] [command]

Options:
  -v, --version                             output the version number
  -d, --debug                               debug mode
  -s, --silent                              silent mode
  -c, --config <path>                       set config path
  -h, --help                                display help for command

Commands:
  module|m [options] <action> <modules...>  module manager, install, uninstall, upgrade, enable, disable modules.
  help [command]                            display help for command

Generate a new plugin quickly

In the terminal generate a new plugin template by running the following command:

eo g plugin-name

It will create a index.js and package.json in plugin-name/.

Module install

eo module install eo-module-test

Module uninstall

eo module uninstall eo-module-test

Module upgrade

eo module upgrade eo-module-test

Module enable

eo module enable eo-module-test

Module disable

eo module disable eo-module-test
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago