stoppable

v1.0.1
```js const server = stoppable(http.createServer(handler)) server.stop() ```

lint

standard --fix 'lib/**/*.js'

secure

nsp check

spec

nyc --check-coverage mocha --bail test/*.test.js

test

yarn lint && yarn secure && yarn spec

coverage

nyc --reporter html mocha --bail test/*.test.js && open coverage/index.html

docs

documentation build -f html -g -o docs

Metadata

  • MIT
  • 7.6.x
  • Unknown
  • released 5/19/2017

Downloads

Maintainers