ihatem / create-express-api

A CLI to automatically clone the Express API Starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-express-api

A CLI to automatically clone the Express API Starter.

Installation

Install the CLI globally OR use npx:

npm install -g create-express-api

Usage

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

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

About

A CLI to automatically clone the Express API Starter


Languages

Language:JavaScript 100.0%