1.2.4 • Published 3 years ago

create-simple-api v1.2.4

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

create-simple-api

A CLI to automatically clone the Simple API Starter.

Installation

Install the CLI globally OR use npx:

npm install -g create-simple-api

Usage

# with global install
create-simple-api name-of-api [-y|--yarn]
# with npx
npx create-simple-api name-of-api [-y|--yarn]
# with yarn
yarn create express-api name-of-api [-y|--yarn]

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

1.2.4

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago