mdast-slug

v0.1.1
Add slugs to headings
text markdown slug id github npm mdast

test-api

mocha --check-leaks test.js

test-coveralls

istanbul cover _mocha --report lcovonly -- --check-leaks test.js

test-coverage

istanbul cover _mocha -- test.js

test-travis

npm run test-coveralls

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 mdastSlug > mdast-slug.js

postbundle

esmangle mdast-slug.js > mdast-slug.min.js

build-md

mdast . --output --quiet

build

npm run bundle && npm run build-md

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 7/12/2015

Downloads

Maintainers