CLI to automatically clone the ex-api-template starter
npm install ex-api-cli
Create expressjs API in secondes
📟 CLI to automatically clone the ex-api-template starter

sh
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
`sh
ex-api-cli or ex-api
`
#### BASIC USAGE
`sh
ex-api -d my-api-name
`
_Then answer some questions (optional)_
`sh
Project name?
Project description?
Author Name?
Author Email?
Author Website?
Github Repository?
`
#### COMMANDS
`sh
create Create an express api starter
`
#### EXAMPLE
`sh
ex-api create -d . // use . for the current directory
`
#### OPTIONS
`sh
-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
``