servie

v3.2.3
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

du -h browser.js

prepublish

npm run build

Metadata

Downloads

Maintainers