Skip to content

πŸ“Ÿ CLI to automatically clone the ex-api-template

License

Notifications You must be signed in to change notification settings

Ysn4Irix/ex-api-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.