emvc

v0.7.0
Powerful MVC web framework for Node.js using Express
express connect web mvc rails

test

mocha -b --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js test/helpers/**/*.test.js

lint

jshint lib/*.js lib/**/*.js lib/helpers/**/*.js lib/resolvers/**/*.js

lint-tests

jshint test/*.test.js test/**/*.test.js test/helpers/**/*.test.js

coverage

DEBUG= ./node_modules/.bin/istanbul cover --dir ./reports/coverage _mocha -- --require ./test/bootstrap/node test/*.test.js test/**/*.test.js test/helpers/**/*.test.js

view-coverage

open ./reports/coverage/lcov-report/index.html

send-coverage

cat ./reports/coverage/lcov.info | ./node_modules/.bin/coveralls

clean

rm -rf build; rm -rf reports
npm i emvc

Metadata

  • Unknown
  • >= 0.10.0
  • Nicholas Penree
  • released 6/11/2016

Downloads

Maintainers