unist-util-find-after

v1.0.1
Utility to find a node after another node
unist mdast markdown retext natural language node find after and 3 more...

test-api

mocha --check-leaks test.js

test-coverage

istanbul cover _mocha -- test.js

test-travis

npm run test-coverage

test

npm run test-api

lint-api

eslint .

lint-style

jscs --reporter inline .

lint

npm run lint-api && npm run lint-style

make

npm run lint && npm run test-coverage

bundle

browserify index.js --no-builtins -s unistUtilFindAfter > unist-util-find-after.js

postbundle

esmangle unist-util-find-after.js > unist-util-find-after.min.js

build-md

mdast . --quiet

build

npm run bundle && npm run build-md

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 9/2/2015

Downloads

Maintainers