pasquale-md

0.0.1 • Public • Published

pasquale-md

Searches for typos in markdown files with pasquale and marked-wi.

Usage

$ npm install --save pasquale-md

PasqualeMD (dictsDir)

/**
 * Constructor.
 * @param {string} dictsDir abs path to the dir
 * containing the dictionaries
 */

.check(filePath, lang)

/**
 * Checks for spelling errors in a markdown file
 * @param  {string} filePath abs path to the
 *                           file
 * @param  {string} lang     lang alias
 * @return {Promise}          a promise that
 * will resolve with an array containing the
 * results
 */

Readme

Keywords

none

Package Sidebar

Install

npm i pasquale-md

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • cirocosta