posthtml-beautify

v0.1.7
A posthtml plugin to beautify you html files
html posthtml posthtml-plugin beautify beautifier code-quality

commitmsg

conventional-changelog-lint -e

postpublish

conventional-changelog -i changelog.md -s -r 0 && git commit -am "chore: Update changelog"

patch

np patch --any-branch --no-yarn

minor

np minor --any-branch --no-yarn

major

np major --any-branch --no-yarn

prepublish

npm run build

docs

webpack --progress --env.prod -p

build

rimraf lib && babel src -d lib --ignore docs

lintjs

eslint ./{src,test}/*.js

lintmd

eslint --ext md --rule indent: [error, 4] .

linthtml

eslint **/*.{html,htm}

pretest

clinton && npm run lintjs && npm run lintmd && npm run linthtml

test

nyc ava

serve

webpack-dashboard -- webpack-dev-server --content-base docs/ --open

Metadata

  • MIT
  • >=4
  • Ivan Demidov
  • released 9/6/2017

Downloads

Maintainers