/create-express-api

A CLI to automatically clone the Express API Starter

Primary LanguageJavaScript

create-express-api

A CLI to automatically clone the Express API Starter.

Installation

Install the CLI globally OR use npx:

npm install -g create-express-api

Usage

# with global install
create-express-api name-of-app
# with npx
npx create-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.