feathers-configuration

v0.4.2
A small configuration module for your Feathers application.
feathers feathers-plugin

prepublish

npm run compile

publish

git push origin --tags && npm run changelog && git push origin

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

changelog

github_changelog_generator && git add CHANGELOG.md && git commit -am "Updating changelog"

compile

rimraf lib/ && babel -d lib/ src/

watch

babel --watch -d lib/ src/

lint

eslint-if-supported semistandard --fix

mocha

NODE_CONFIG_DIR=./test/config/ NODE_ENV=testing mocha --opts mocha.opts

test

npm run lint && npm run coverage && nsp check

coverage

NODE_CONFIG_DIR=./test/config/ NODE_ENV=testing istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts
npm i feathers-configuration

Metadata

  • MIT
  • >= 4
  • Feathers contributors
  • released 10/15/2017

Downloads