mos-core

Markdown parser

MIT 18 个版本
安装
npm install mos-core
yarn add mos-core
pnpm add mos-core
bun add mos-core
README

mos-core

Markdown parser

NPM version Build status for master Test coverage for master

Installation

npm install --save mos-core

Usage

const mosCore = require('mos-core')

License

MIT © Zoltan Kochan


Dependencies Dependency status for master

Dev Dependencies devDependency status for master

  • babel-cli: Babel command line.
  • babel-plugin-transform-runtime: Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
  • babel-preset-es2015: Babel preset for all es2015 plugins.
  • babel-register: babel require hook
  • 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
版本列表
1.0.2 2017-04-10
1.0.1 2016-06-14
1.0.0-alpha.7 2016-06-11
1.0.0-alpha.6 2016-06-11
1.0.0-alpha.5 2016-06-10
1.0.0-alpha.4 2016-06-09
1.0.0-alpha.3 2016-06-09
1.0.0-alpha.2 2016-06-06
1.0.0-alpha.1 2016-06-05
1.0.0 2016-06-14
0.2.1 2016-05-21
0.2.0 2016-05-21
0.1.3 2016-05-15
0.1.2 2016-05-14
0.1.1 2016-05-14
0.1.0 2016-05-13
0.0.0 2016-05-09