smartenv

v0.0.13
store things about your environment and let them travel across modules
environment

test

(cd ts/compile && node compile.js) && (node test.js)

reinstall

(rm -r node_modules && npm install)

release

(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)

update

(git checkout master && git pull origin master && npm install)

upgrade

(npm run update) && (ncu upgradeAll && npm install)

Metadata

  • MIT
  • Whatever
  • Smart Coordination GmbH
  • released 12/10/2015

Downloads