Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alphahydrae/mutxtor
- Owner: AlphaHydrae
- License: mit
- Created: 2017-01-20T23:25:13.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T06:24:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T23:56:27.459Z (about 5 hours ago)
- Topics: mutation, parsing, plain-text, regexp, transformation
- Language: JavaScript
- Homepage: https://alphahydrae.github.io/mutxtor/index.html
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/