0.0.0 • Published 8 years ago

remark-test v0.0.0

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

remark-test

Test markdown files using remark

NPM version Build status for master Test coverage for master

Installation

This module is installed via npm:

npm install remark-test --save

Usage

const remarkTest = require('remark-test')

License

MIT © Zoltan Kochan


Dependencies Dependency status for master

None

Dev Dependencies devDependency status for master

  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • cz-conventional-changelog: Commitizen adapter following the conventional-changelog format.
  • eslint: An AST-based pattern checker for JavaScript.
  • eslint-config-standard: JavaScript Standard Style - ESLint Shareable Config
  • eslint-plugin-promise: Enforce best practices for JavaScript promises
  • eslint-plugin-standard: ESlint Plugin for the Standard Linter
  • ghooks: Simple git hooks
  • istanbul: Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
  • mocha: simple, flexible, fun test framework
  • mos: A pluggable module that injects content into your markdown files via hidden JavaScript snippets
  • semantic-release: automated semver compliant package publishing
  • validate-commit-msg: Script to validate a commit message follows the conventional changelog standard