Skip to content

Commit

Permalink
[README] development part
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 14, 2024
1 parent 49c810e commit 1fe9cb3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,28 @@ console.log(nodejieba.textRankExtract("升职加薪,当上CEO,走上人生
+ `node v14`
+ `node v15`

## Development

create repo:

```
mkdir node_npm_test
cd node_npm_test
npm init
npm install nodejieba
```

create your `test.js`

```
var nodejieba = require("nodejieba")
console.log(nodejieba.cut("你好世界"))
```

```
node test.js
```

## 应用

+ 支持中文搜索的 gitbook 插件: [gitbook-plugin-search-pro]
Expand Down

0 comments on commit 1fe9cb3

Please sign in to comment.