Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

mosjs/mos-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mos-processor

A markdown processor for mos

NPM version Build status for master Test coverage for master

Installation

npm install --save mos-processor

Usage

const mosProcessor = require('mos-processor')

License

MIT © Zoltan Kochan


  • @zkochan/read-pkg-up: Read the closest package.json file
  • babel-runtime: babel selfContained runtime
  • github-url-to-object: Extract user, repo, and other interesting properties from GitHub URLs
  • magic-hook: Extends functions with pre hooks.
  • mos-core: Markdown parser
  • remi: A plugin registrator.
  • remi-runner: A remi extension that allows registering plugins that are returning promises during their registration or are registered synchronously
  • vfile: Virtual file format for text processing