place-my-order-api

v1.0.1
The REST and real-time API for place-my-order.com. Built with Feathers.

prepublish

npm run compile

compile

rm -rf lib/ && node_modules/.bin/babel -d lib/ src/

start

PORT=3030 bin/place-my-order-api

publish

git push origin --tags

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

jshint

jshint src/. test/. --config

mocha

mocha test/ --recursive --compilers js:babel/register

test

npm run jshint && npm run mocha

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 6/14/2018

Downloads