ex-api-cli
v1.3.2
Published
CLI to automatically clone the ex-api-template starter
Downloads
30
Maintainers
Readme
❯ Install
Requires Node.js 15.0 or higher download & install for Windows or Linux
# Recommended.
npx ex-api-cli create -d my-api-name
# OR an alternative global install.
npm install -g ex-api-cli
❯ Usage
Run the CLI using
ex-api-cli or ex-api
BASIC USAGE
ex-api <command> -d my-api-name
Then answer some questions (optional)
Project name?
Project description?
Author Name?
Author Email?
Author Website?
Github Repository?
COMMANDS
create Create an express api starter
EXAMPLE
ex-api create -d . // use . for the current directory
OPTIONS
-d, --directory The name of the directory to create.
--clear Clear the console
--help Print help info
--debug Print debug info
-v, --version Print CLI version
❯ About
Author
Ysn4Irix
❯ License
Copyright © 2022-present, Ysn4Irix. Released under the MIT License.