posthtml-beautify

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

lintjs

eslint ./src/*.js ./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

commitmsg

conventional-changelog-lint -e

postpublish

conventional-changelog -i changelog.md -s -r 0 && git commit -am "chore(changelog): Update changelog v`npm view posthtml-beautify version`"

patch

np patch --any-branch

minor

np minor --any-branch

major

np major --any-branch

test

nyc ava

clean

rm -rf lib && mkdir lib

build

npm run clean && babel src/ -d lib/

prepublish

npm run build

update

updtr && ava-codemods --force

testen

testen -n -- ava

Metadata

  • MIT
  • >=4
  • Ivan Demidov
  • released 2/8/2017

Downloads

Maintainers