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
2
2
## Description
3
3
A MFM parser implementation with PEG.js (In developing)
4
4
5
5
## Installation
6
6
```
7
- npm i mfm-parser-pegjs
7
+ npm i rosee
8
8
```
9
9
10
10
## Usage
11
11
TypeScript:
12
12
``` ts
13
- import * as mfm from ' mfm-parser-pegjs ' ;
13
+ import * as mfm from ' rosee ' ;
14
14
15
15
// parse a MFM text
16
16
const result = mfm .parse (' good morning ***everynyan!***' );
@@ -22,12 +22,12 @@ const plainResult = mfm.parsePlain('I like the hot soup :soup:');
22
22
## Usage (Repository)
23
23
### 1. Clone
24
24
```
25
- git clone https://github.com/marihachi/mfm-parser-pegjs .git
25
+ git clone https://github.com/marihachi/rosee .git
26
26
```
27
27
28
28
### 2. Install packages
29
29
```
30
- cd mfm-parser-pegjs
30
+ cd rosee
31
31
npm i
32
32
```
33
33
You can’t perform that action at this time.
0 commit comments