1.0.14 • Published 4 years ago

ginkgoch-map-restful-cli v1.0.14

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Map RESTful API Service Tool

This is a prefabricate map RESTful API service tool. Refer to map router for build-in APIs.

Install

yarn add ginkgoch-map-restful-cli

Usage

Usage: bundle command [options]

This is a prefabricate map RESTful API service tool.

Options:
  -V, --version      output the version number
  -h, --help         output usage information

Commands:
  serve [options]    Serve a mapping RESTful API services
  cluster [options]  Serve a mapping RESTful API services in cluster mode

Serve a single process RESTful service

Usage: bundle serve [options]

Serve a mapping RESTful API services

Options:
  -p, --port <port>      The port of the service, default is 3000
  -c, --config <config>  The map configure file, default is a demo map
  -e, --plugins <pluginDir>  The plugin directory, must be in the project node modules scope
  -h, --help             output usage information

Serve multiple process RESTful service

Usage: bundle cluster [options]

Serve a mapping RESTful API services in cluster mode

Options:
  -p, --port <port>      The port of the service, default is 3000
  -c, --config <config>  The map configure file, default is a demo map
  -n, --slaves <slave>   The count of slave, must be greater than 0, default is cpu core count
  -e, --plugins <pluginDir>  The plugin directory, must be in the project node modules scope
  -h, --help             output usage information

Work with map configure file

WIP...

Work with plugins

WIP...