Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 527 Bytes

File metadata and controls

24 lines (16 loc) · 527 Bytes

create-rexpress-api

A CLI to automatically clone the Express API Starter.

Installation

Install the CLI globally OR use npx:

# with npm
npm install -g create-rexpress-api

Usage

# with global install
create-rexpress-api name-of-app

# with npx
npx create-rexpress-api name-of-app

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