prettier-printer

v1.1.4
A pretty printing library
pretty-printer text

dist

rollup -c && cp dist/prettier-printer.js docs/

docs

klipse-github-docs-generator

lint

eslint src test

prepare

npm run lint && npm run docs && npm run dist && npm run test

report-coverage

nyc report --reporter=lcov > coverage.lcov && codecov

test

nyc mocha && nyc report -r html mocha

watch

concurrently "npm run watch:dist" "npm run watch:docs" "npm run watch:test"

watch:dist

watch-run -d 100 -i -p 'src/**/*.js' npm run dist

watch:docs

concurrently "watch-run -d 100 -i -p '*.md' npm run docs" "livereload docs"

watch:test

watch-run -d 100 -p 'dist/prettier-printer.cjs.js,test/**/*.js' npm run test
npm i prettier-printer

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/30/2018

Downloads

Maintainers