1.2.0 • Published 8 years ago

textstat-plugin-ja v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

textstat-plugin-ja

A japanese plugin for azu/textstat.

textstatで使える日本語向けの統計ツール集。

Installation

$ npm install textstat-plugin-ja textstat -g

Usage

$ textstat --plugin ja README.md

--plugin ja と指定する事で読み込まれます。

または、.textstatrc"plugins" で指定することで、コマンドラインオプションを省略できます。

{
    "plugins":[
        "ja"
    ]
}
$ textstat README.md

Output:

image

Rules

Tests

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT