npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

textlint-rule-ja-hiragana-fukushi

v1.3.0

Published

Check easy-to-read Fukushi(adverbs) written in Hiragana than Kanji.

Downloads

31,877

Readme

textlint-rule-ja-hiragana-fukushi

Check easy-to-read Fukushi(adverbs) written in Hiragana than Kanji.

漢字よりもひらがなで表記したほうが読みやすい副詞を指摘します。検出には形態素解析を使っています。自動修正にも対応しています。

Install

Install with npm:

npm install textlint-rule-ja-hiragana-fukushi

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "ja-hiragana-fukushi": true
    }
}

Or you can specify custom dictionary as follows:

{
    "rules": {
        "ja-hiragana-fukushi": {
          "rulePath": "path/to/fukushi.yml"
        }
    }
}

Via CLI

textlint --rule ja-hiragana-fukushi README.md

Fixable

textlint --fix ja-hiragana-fukushi README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

npm test

List

| from | to | | --- | --- | | 生憎 | あいにく | | 敢えて | あえて | | 飽くまで | あくまで | | 飽く迄 | あくまで | | 一旦 | いったん | | 薄々 | うすうす | | 予め | あらかじめ | | 粗方 | あらかた | | 改めて | あらためて | | 如何に | いかに | | 如何にも | いかにも | | 徒に | いたずらに | | いち早く | いちはやく | | 未だに | いまだに | | 苟も | いやしくも | | 言わば | いわば | | 薄々 | うすうす | | 概ね | おおむね | | 押し並べて | おしなべて | | 押しなべて | おしなべて | | 自ずから | おのずから | | 自ずと | おのずと | | 凡そ | およそ | | 却って | かえって | | 且つ | かつ | | 嘗て | かつて | | 予て | かねて | | 悉く | ことごとく | | 尽く | ことごとく | | 細々 | こまごま | | 更に | さらに | | 頻りに | しきりに | | 暫く | しばらく | | 所詮 | しょせん | | 頗る | すこぶる | | 既に | すでに | | 精一杯 | せいいっぱい | | 折角 | せっかく | | 是非 | ぜひ | | 是非とも | ぜひとも | | 沢山 | たくさん | | 立ち所に | たちどころに | | 仮令 | たとえ | | 縦令 | たとえ | | 丁度 | ちょうど | | 篤と | とくと | | 土台 | どだい | | 取り分け | とりわけ | | 何故 | なぜ | | 偏に | ひとえに | | 一際 | ひときわ | | 一入 | ひとしお | | 一先ず | ひとまず | | 独りでに | ひとりでに | | 殆ど | ほとんど | | 正しく | まさしく | | 正に | まさに | | 況して | まして | | 先ず | まず | | 丸で | まるで | | 満更 | まんざら | | 無碍に | むげに | | 寧ろ | むしろ | | 無理矢理 | 無理やり | | 滅法 | めっぽう | | 若しも | もしも | | 若しくは | もしくは | | 勿論 | もちろん | | 最も | もっとも | | 元々 | もともと | | 素より | もとより | | 最早 | もはや | | 矢張り | やはり | | 矢っ張り | やっぱり | | 漸く | ようやく | | 余程 | よほど | | 僅かに | わずかに |

License

MIT © Hiroshi Takase