retext-smartypants

v1.0.0
Retext implementation of SmartyPants
retext smartypants

lint

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

make

npm run lint && npm run test-coverage

test

npm run test-api

build

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

build-md

mdast . --quiet

lint-api

eslint .

test-api

mocha --check-leaks test.js

lint-style

jscs --reporter inline .

test-travis

npm run test-coverage

build-bundle

browserify index.js --no-builtins -s retextSmartypants > retext-smartypants.js

test-coverage

istanbul cover _mocha -- test.js

postbuild-bundle

esmangle retext-smartypants.js > retext-smartypants.min.js

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 8/22/2015

Downloads

Maintainers