sfm-js/README.md
2020-02-16 23:27:25 +09:00

41 lines
532 B
Markdown

# mfm-parser-pegjs
## Description
A MFM parser made with PEG.js (In developing)
## Installation
```
npm i mfm-parser-pegjs
```
## Usage
```ts
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 parse
```
## License
MIT