File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # mfm-parser-pegjs
1+ # rosee
22## Description
33A MFM parser implementation with PEG.js (In developing)
44
55## Installation
66```
7- npm i mfm-parser-pegjs
7+ npm i rosee
88```
99
1010## Usage
1111TypeScript:
1212``` ts
13- import * as mfm from ' mfm-parser-pegjs ' ;
13+ import * as mfm from ' rosee ' ;
1414
1515// parse a MFM text
1616const result = mfm .parse (' good morning ***everynyan!***' );
@@ -22,12 +22,12 @@ const plainResult = mfm.parsePlain('I like the hot soup :soup:');
2222## Usage (Repository)
2323### 1. Clone
2424```
25- git clone https://github.com/marihachi/mfm-parser-pegjs .git
25+ git clone https://github.com/marihachi/rosee .git
2626```
2727
2828### 2. Install packages
2929```
30- cd mfm-parser-pegjs
30+ cd rosee
3131npm i
3232```
3333
You can’t perform that action at this time.
0 commit comments