chinese-lorem
Version:
Generate lorem ipsum Chinese text.
30 lines (17 loc) • 492 B
Markdown
# Chinese Lorem
Generate lorem ipsum Chinese text.
中文测试文本生成器
## Installation
`npm install chinese-lorem`
## Usage
```javascript
const chineseLorem = require('chinese-lorem');
chineseLorem('10c');
chineseLorem('10w');
chineseLorem(10, 'c');
chineseLorem(10, 'w');
```
## Test
`npm test`
## Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.