create-simple-api
v1.2.4
Published
A CLI to automatically clone the Express API Starter
Downloads
9
Readme
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-apiUsage
# 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.
