Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 543 Bytes

create-basic-express-api

A CLI to automatically clone the Express API Starter.

Installation

Install the CLI globally OR use npx:

npm install -g create-basic-express-api

Usage

# with global install
create-basic-express-api name-of-app
# with npx
npx create-basic-express-api name-of-app

This will create a directory with the given name, clone the express API starter repo into it, and install dependencies.