posthtml-beautify

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

version

conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m "build: update changelog"

prepare

npm run build

coverage

nyc report --reporter=text-lcov | coveralls

lint

eslint {src,test}/*.js *.md --fix

pretest

clinton && npm run lint && jsinspect

docs

cross-env BABEL_ENV=docs webpack --progress --env.prod -p

build

rimraf lib && cross-env BABEL_ENV=production babel src -d lib --ignore docs

test

cross-env BABEL_ENV=production nyc ava --timeout=1m --verbose

serve

cross-env BABEL_ENV=docs webpack-dashboard -- webpack-dev-server --content-base docs/ --open
npm i posthtml-beautify

Metadata

  • MIT
  • >=10
  • Ivan Demidov
  • released 6/17/2020

Downloads