1.1.4 • Published 4 years ago

express-basic-kit v1.1.4

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

express-basic-kit

A CLI to automatically clone the Express Basic.

Installation

Install the CLI globally OR use npx:

npm install -g express-basic-kit

Usage

# with global install
express-basic-kit name-of-app
# with npx
npx express-basic-kit name-of-app

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