Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashbabu/template-http-service
HTTP Template for Nodejs
https://github.com/akashbabu/template-http-service
http koa template
Last synced: 22 days ago
JSON representation
HTTP Template for Nodejs
- Host: GitHub
- URL: https://github.com/akashbabu/template-http-service
- Owner: AkashBabu
- License: mit
- Created: 2018-07-23T17:07:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T08:49:43.000Z (about 6 years ago)
- Last Synced: 2024-11-18T21:59:23.172Z (3 months ago)
- Topics: http, koa, template
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-http-service
HTTP Template for NodejsThis package includes the following:
- ES-Lint
- Babel
- Mocha & chai
- Coverage Report (nyc)## Installation
> npm i lib -S## ES-Lint
> npm run lint## Babel
> npm run buildThis command removes dist/ folder and builds it from the contents in src/ folder
## Mocha & Chai (Testing)
> npm run test## Coverage Report
> npm run coverage## Benchmark
> npm run benchmark## Contributions
This is open-source, which makes it obvious for any PRs, but I would request you to add necessary test-cases for the same