Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkochan/remark-test
Tests markdown files using remark
https://github.com/zkochan/remark-test
Last synced: 30 days ago
JSON representation
Tests markdown files using remark
- Host: GitHub
- URL: https://github.com/zkochan/remark-test
- Owner: zkochan
- License: mit
- Created: 2016-04-23T14:40:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T19:54:13.000Z (about 8 years ago)
- Last Synced: 2024-12-05T14:39:17.338Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remark-test
> Test markdown files using remark
[![NPM version](https://img.shields.io/npm/v/remark-test.svg?style=flat-square)](https://www.npmjs.com/package/remark-test)
[![Build status for master](https://img.shields.io/travis/zkochan/remark-test/master.svg?style=flat-square)](https://travis-ci.org/zkochan/remark-test)
[![Test coverage for master](https://img.shields.io/coveralls/zkochan/remark-test/master.svg?style=flat-square)](https://coveralls.io/r/zkochan/remark-test?branch=master)## Installation
This module is installed via npm:
``` sh
npm install remark-test --save
```## Usage
```js
const remarkTest = require('remark-test')
```## License
[MIT](./LICENSE) © [Zoltan Kochan](http://kochan.io)
* * *
## Dependencies [![Dependency status for master](https://img.shields.io/david/zkochan/remark-test/master.svg?style=flat-square)](https://david-dm.org/zkochan/remark-test/master)
None
## Dev Dependencies [![devDependency status for master](https://img.shields.io/david/dev/zkochan/remark-test/master.svg?style=flat-square)](https://david-dm.org/zkochan/remark-test/master#info=devDependencies)
- [chai](https://github.com/chaijs/chai): BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- [cz-conventional-changelog](https://github.com/commitizen/cz-conventional-changelog): Commitizen adapter following the conventional-changelog format.
- [eslint](https://github.com/eslint/eslint): An AST-based pattern checker for JavaScript.
- [eslint-config-standard](https://github.com/feross/eslint-config-standard): JavaScript Standard Style - ESLint Shareable Config
- [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise): Enforce best practices for JavaScript promises
- [eslint-plugin-standard](https://github.com/xjamundx/eslint-plugin-standard): ESlint Plugin for the Standard Linter
- [ghooks](https://github.com/gtramontina/ghooks): Simple git hooks
- [istanbul](https://github.com/gotwarlost/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](https://github.com/mochajs/mocha): simple, flexible, fun test framework
- [mos](https://github.com/zkochan/mos): A pluggable module that injects content into your markdown files via hidden JavaScript snippets
- [semantic-release](https://github.com/semantic-release/semantic-release): automated semver compliant package publishing
- [validate-commit-msg](https://github.com/kentcdodds/validate-commit-msg): Script to validate a commit message follows the conventional changelog standard