1.0.1 • Published 6 years ago

chinese-lorem v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Chinese Lorem

Generate lorem ipsum Chinese text.

中文测试文本生成器

Installation

npm install chinese-lorem

Usage

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.