jagapi

v5.6.2
A config driven NodeJS framework implementing json:api
jsonapi json:api swagger api

start

node example/server.js

test

mocha

cover

nyc mocha

coverage

[ -n "$TRAVIS" ] && nyc report --reporter=text-lcov | coveralls || nyc report --reporter=html

performance

node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha -S --reporter mocha-performance ./test/*.js

lint

eslint ./example ./lib ./test --quiet && echo '✔ All good!'

jscpd

jscpd --blame -p ./lib/ || echo 'Finished!'

ci

npm run jscpd && npm run lint && npm run test

predocs

rimraf docs/public/*

docs

typedoc types
npm i jagapi

Metadata

  • MIT
  • 8
  • Arnav Gupta
  • released 3/28/2018

Downloads

Maintainers