hast-util-find-and-replace

v3.0.0
hast utility to find and replace text in a tree
unist hast hast-util util utility html find replace

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 2/27/2020

Downloads

Maintainers