Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robot-inventor/style-guideline-ja
日本語の文章を書くときのスタイルガイドライン
https://github.com/robot-inventor/style-guideline-ja
Last synced: 21 days ago
JSON representation
日本語の文章を書くときのスタイルガイドライン
- Host: GitHub
- URL: https://github.com/robot-inventor/style-guideline-ja
- Owner: Robot-Inventor
- Created: 2021-01-29T14:06:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T14:00:56.000Z (8 months ago)
- Last Synced: 2024-10-09T04:41:51.179Z (about 1 month ago)
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# style-guideline-ja
日本語の文章を書くときのスタイルガイドラインです。
ガイドラインそのものは[クリエイティブ・コモンズ 表示 4.0 国際 ライセンス](http://creativecommons.org/licenses/by/4.0/)の下に提供されています。
また、presetフォルダー内にある、校閲ツールの設定ファイルはMITライセンスで利用できます。
## プリセットについて
このリポジトリーには、textlintとprh設定ファイルが含まれています。
textlintは次のルールをインストールする必要があります。
- [textlint-rule-preset-ja-spacing](https://github.com/textlint-ja/textlint-rule-preset-ja-spacing)
- [textlint-rule-preset-ja-technical-writing](https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing)
- [textlint-rule-preset-japanese](https://github.com/textlint-ja/textlint-rule-preset-japanese)
- [textlint-rule-no-dropping-i](https://github.com/textlint-ja/textlint-rule-no-dropping-i)
- [textlint-rule-no-insert-dropping-sa](https://github.com/textlint-ja/textlint-rule-no-insert-dropping-sa)
- [textlint-rule-preset-JTF-style](https://github.com/textlint-ja/textlint-rule-preset-JTF-style)
- [@textlint-ja/textlint-rule-no-synonyms](https://github.com/textlint-ja/textlint-rule-no-synonyms)
- [textlint-rule-no-insert-re](https://github.com/textlint-ja/textlint-rule-no-insert-re)
- [textlint-rule-no-duplicated-bunmatsu-hyougen](https://github.com/textlint-ja/textlint-rule-no-duplicated-bunmatsu-hyougen)
- [textlint-rule-period-in-list-item](https://github.com/textlint-rule/textlint-rule-period-in-list-item)
- [textlint-rule-prefer-tari-tari](https://github.com/textlint-ja/textlint-rule-prefer-tari-tari)
- [textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet](https://github.com/textlint-ja/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet)すべてインストールするには、次のコマンドを実行します。
```
npm install textlint-rule-preset-ja-spacing textlint-rule-preset-ja-technical-writing textlint-rule-preset-japanese @textlint-ja/textlint-rule-no-dropping-i @textlint-ja/textlint-rule-no-insert-dropping-sa textlint-rule-preset-jtf-style @textlint-ja/textlint-rule-no-synonyms sudachi-synonyms-dictionary @textlint-ja/textlint-rule-no-insert-re textlint-rule-no-duplicated-bunmatsu-hyougen textlint-rule-period-in-list-item textlint-rule-prefer-tari-tari textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet
```## 目次
- [スペースについて](guideline/spacing.md)
- [全体について](guideline/overall.md)
- [単位などについて](guideline/unit.md)
- [カタカナについて](guideline/katakana.md)
- [表記ゆれについて](guideline/spelling_inconsistency.md)
- [開く漢字](guideline/hiraku.md)
- [閉じるひらがな](guideline/tojiru.md)