@vuedoc/md

v0.4.0
Generate a Markdown Documentation for a Vue file component
vuedoc vue doc markdown md

prepublish

npm test

pretest

npm run lint

test

mocha --harmony test/*.spec.js

lint

standard index.js lib/* test/*.spec.js

lintd

nodemon -x 'npm run lint'

testd

nodemon -x 'mocha --harmony --trace-warnings test/tests.js'

coverage

istanbul --harmony cover _mocha test

coveraged

nodemon -x 'npm run coverage'

coveralls

npm run lint && istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
npm i @vuedoc/[email protected]

Metadata

  • MIT
  • >=4.8.2
  • Sébastien Demanou
  • released 9/5/2017

Downloads

Maintainers