ex-api-cli

1.3.2 • Public • Published

ex-api-cli

npm version install size npm bundle size

Create expressjs API in secondes

📟 CLI to automatically clone the ex-api-template starter


gdrive-cli

star-repo

📟

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

Package Sidebar

Install

npm i ex-api-cli

Weekly Downloads

8

Version

1.3.2

License

MIT

Unpacked Size

12.1 kB

Total Files

10

Last publish

Collaborators

  • ysn4irix