No description
Find a file
2020-02-24 05:08:23 +09:00
src implement syntax: spin 2020-02-24 02:16:24 +09:00
.gitignore 🐱 2020-02-01 16:10:25 +09:00
LICENSE update iroiro 2020-02-16 23:27:25 +09:00
package.json v0.1.1 2020-02-24 03:09:21 +09:00
README.md update description for license 2020-02-24 05:08:23 +09:00
tsconfig.client.json update iroiro 2020-02-16 23:27:25 +09:00
tsconfig.json update iroiro 2020-02-16 23:27:25 +09:00
webpack.config.js update iroiro 2020-02-16 23:27:25 +09:00

mfm-parser-pegjs

Description

A MFM parser made with PEG.js (In developing)

Installation

npm i mfm-parser-pegjs

Usage

import { parse } from 'mfm-parser-pegjs';

// parse a MFM code
const result = parse('this is a ***MFM text***');

Usage (Repository)

1. Clone

git clone https://github.com/marihachi/mfm-parser-pegjs.git

2. Build

For production:

npm run build

For development:

npm run build-dev

Use Interactive interface

npm run parse

License

This software is released under the MIT License.

This software includes codes of other softwares: