Create expressjs API in secondes
π CLI to automatically clone the ex-api-template starter
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-cliRun the CLI using
ex-api-cli or ex-apiex-api <command> -d my-api-nameThen answer some questions (optional)
Project name?
Project description?
Author Name?
Author Email?
Author Website?
Github Repository?create  Create an express api starterex-api create -d . // use . for the current directory -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 versionYsn4Irix
Copyright Β© 2022-present, Ysn4Irix. Released under the MIT License.





