servie

v3.0.0
Standard HTTP interfaces
request response http interface req res server

lint

tslint "src/**/*.ts" --project tsconfig.json

build

rm -rf dist/ && tsc

specs

jest --coverage

test

npm run lint && npm run build && npm run specs && npm run bundle && npm run bundle:size

bundle

browserify . -o browser.js

bundle:size

wc -c < browser.js

prepublish

npm run build

Metadata

Downloads

Maintainers