1.0.2 • Published 4 years ago

run-express-api v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

run-express-api

A CLI to automatically clone the Express API Starter.

Installation

Install the CLI globally OR use npx:

npm install -g run-express-api

Usage

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