1.4.0 • Published 4 years ago

create-node-express-api v1.4.0

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

create-node-express-api

A CLI to automatically clone the Node Express API Starter.

Installation

Install the CLI globally OR use npx:

# with npm
npm install -g create-node-express-api

# with yarn
yarn global add create-node-express-api

Usage

# with global install
create-node-express-api name-of-app 

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

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago