dmd-readable

v1.2.4
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 pre-clean && npm install

update

ncu -u && npm install

update-clean

npm run pre-clean && npm run update

update-commit

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

update-patch

npm run update-commit && npm version patch

docs

jsdoc2md *.js > README.md -t docs.hbs --plugin index.js -d 3
npm i dmd-readable

Metadata

  • MIT
  • Whatever
  • Darren Paul Wright
  • released 6/7/2021

Downloads

Maintainers