Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# template-http-service
HTTP Template for Nodejs

This 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 build

This 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