0.0.1 • Published 8 years ago

mk3 v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

Table of Contents

mk3

Swiss army knife for commonmark.

Install

npm i mk3 --save

Developer

Test

Run the test specifications:

npm test

Cover

To generate code coverage run:

npm run cover

Lint

Run the source tree through jshint and jscs:

npm run lint

Clean

Remove generated files:

npm run clean

Readme

To build the readme file from the partial definitions:

npm run readme

Generated by mdp(1).