1.3.2 • Published 6 months ago

ex-api-cli v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

npm version install size npm bundle size

📟

❯ 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.