hast-util-find-and-replace

v2.0.0
Find and replace text in a HAST tree
hast html find replace util utility

format

remark . -qfo && prettier --write "**/*.js" && xo --fix

build-bundle

browserify . -s hastUtilFindAndReplace > hast-util-find-and-replace.js

build-mangle

browserify . -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js

build

npm run build-bundle && npm run build-mangle

test-api

node test

test-coverage

nyc --reporter lcov tape test.js

test

npm run format && npm run build && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 5/25/2019

Downloads

Maintainers