All Projects → azu → Technical Word Rules

azu / Technical Word Rules

Licence: mit
JavaScript中心のIT技術用語のLint用辞書

Programming Languages

javascript
184084 projects - #8 most used programming language

technical-word-rules Build Status

WEB+DB PRESS用語統一ルールをベースに、 JavaScript関係やJSer.infoで使用する技術用語などの表記揺れ補正辞書とコンパイル済みJSONです。

textlintから使う場合は以下のルールを使うことで利用できます。

CodeMirrorで利用する場合は以下のライブラリから利用できます。

辞書

辞書データはazu/prh.yml: A collection of prh.ymlで管理しています。

このリポジトリはコンパイル済みのJSONデータのみを管理しています。

API

以下のURLから全ての辞書を結合したJSONファイルを取得出来ます

Installation

npm install technical-word-rules
var json = require("technical-word-rules");
// -> all.jsonが取得できる

Usage

以下の記事で解説しています。

関連

WEB+DB PRESS用語統一ルールをより厳密に従いたい場合はこちらを利用してください。

Testing

npm test

既存のルールでパス済みのJSer.infoの記事に対してテストが実行されます。 記事がおかしい場合はtest/fixturesも併せて修正します。

semantic-release

This module is released by semantic-release/semantic-release.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].