mdast-man

v0.4.1
Compile Markdown to man pages (roff) with mdast
markdown man manual roff ronn mdast

test-api

mocha --check-leaks test/index.js

test-coveralls

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

test-coverage

istanbul cover _mocha -- --check-leaks test/index.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

build-uniglyph

bash script/build-unigroff.sh

build-md

mdast . --output --quiet

build-bundle

browserify index.js --bare -s mdastMan > mdast-man.js

postbuild-bundle

esmangle mdast-man.js > mdast-man.min.js

build

npm run build-md && npm run build-uniglyph && npm run build-bundle

Metadata

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

Downloads

Maintainers