1.0.1 • Published 3 years ago

express-starter-app v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

express-starter-app

A CLI to automatically clone the Express Starter Kit.

Installation

Install the CLI globally OR use npx:

npm install -g express-starter-app

Usage

# with global install
express-starter-app name-of-app
# with npx
npx express-starter-app name-of-app

This will create a directory with the given name, clone the Express Starter Kit repo into it, and install dependencies.