hast-util-find-and-replace

v1.0.2
Find and replace text in a HAST tree
hast html find replace util utility

build-md

remark . --quiet --frail --output

build-bundle

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

build-mangle

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

build

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

lint

xo

test-api

node test

test-coverage

nyc --reporter lcov tape test.js

test

npm run build && npm run lint && npm run test-coverage

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 11/19/2017

Downloads

Maintainers