Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphahydrae/mutxtor

Plain text parsing and transformation engine
https://github.com/alphahydrae/mutxtor

mutation parsing plain-text regexp transformation

Last synced: about 4 hours ago
JSON representation

Plain text parsing and transformation engine

Awesome Lists containing this project

README

        

# Mutxtor

[![npm version](https://badge.fury.io/js/mutxtor.svg)](https://badge.fury.io/js/mutxtor)
[![Build Status](https://travis-ci.org/AlphaHydrae/mutxtor.svg?branch=master)](https://travis-ci.org/AlphaHydrae/mutxtor)
[![Coverage Status](https://coveralls.io/repos/github/AlphaHydrae/mutxtor/badge.svg?branch=master)](https://coveralls.io/github/AlphaHydrae/mutxtor?branch=master)

> Plain text parsing and transformation engine.

## Requirements

* [Node.js][node] 18+

## Usage

Read the [documentation][docs].

Check out [md2remark][md2remark] and its [implementation][md2remark-src] for an
example of what you can do with it.

[docs]: https://alphahydrae.github.io/mutxtor/class/src/document.js~TextDocument.html
[md2remark]: https://github.com/AlphaHydrae/md2remark
[md2remark-src]: https://github.com/AlphaHydrae/md2remark/blob/071bfcce6c06f68fbf27fbbcf1801653b34d9d70/src/md2remark.js
[node]: https://nodejs.org/en/