1.0.1 • Published 4 years ago

generate-express-app v1.0.1

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

generate-express-app

A CLI to automatically clone the Node Starter.

Installation

Install the CLI globally OR use npx:

npm install -g generate-express-app

Usage

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

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