Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/parthvadhadiya/create-new-api
- Owner: parthvadhadiya
- License: mit
- Created: 2020-06-07T13:15:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:24:15.000Z (about 2 years ago)
- Last Synced: 2024-12-15T03:10:32.723Z (about 2 months ago)
- Topics: api, express, koa, npm-package
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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