1.0.0 • Published 5 years ago

create-daily-api v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

create-daily-api

A CLI to quickly generate API to get up you running ⚡️

Installation

Install the CLI globally OR use npx:

npm install -g create-daily-api

Usage

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

This will create a directory with the given name, clone the template API starter repo into it.

You have to run

npm install 

inside your created Project Folder.