Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/parthvadhadiya/create-new-api

This NPM package will create base server code for your general purpose API
https://github.com/parthvadhadiya/create-new-api

api express koa npm-package

Last synced: about 1 month ago
JSON representation

This NPM package will create base server code for your general purpose API

Awesome Lists containing this project

README

        

# /create-new-api

![npm](https://img.shields.io/npm/v/create-new-api?style=flat-square)

This NPM Module will contains general perpose API base code to getting started with single command.

## Usage

```
$ node index.js server expressTMP
```
- server : Folder name where you want to push server code
- expressTMP : Template with ExpressJS
- koaTMP : Template with KoaJS