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: 5 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:24:15.000Z (over 3 years ago)
- Last Synced: 2025-10-29T13:07:04.658Z (8 months ago)
- Topics: api, express, koa, npm-package
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# /create-new-api

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