dmd-readable

v1.2.0
A plugin for dmd and jsdoc-to-markdown to provide more readable docs
dmd readable clean

test

preversion

npm test && npm run docs && git add --all && git diff --staged --quiet || git commit -m "Updating docs"

postversion

npm publish

postpublish

git push --follow-tags

pre-clean

rm -rf node_modules && del /f package-lock.json

clean

npm run dpre-clean && npm install

deps

ncu -u && npm install

deps-clean

npm run dpre-clean && npm run ddeps

deps-commit

npm run deps && git add --all && git diff --staged --quiet || git commit -m "Updating dependencies"

deps-patch

npm run deps-commit && npm run patch

docs

jsdoc2md *.js > README.md -t docs.hbs --plugin index.js -d 3

Metadata

  • MIT
  • Whatever
  • Darren Paul Wright
  • released 2/20/2020

Downloads

Maintainers