Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haru52/vale_example
Vale example.
https://github.com/haru52/vale_example
Last synced: about 1 month ago
JSON representation
Vale example.
- Host: GitHub
- URL: https://github.com/haru52/vale_example
- Owner: haru52
- License: mit
- Created: 2022-06-14T11:17:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T11:30:03.000Z (over 2 years ago)
- Last Synced: 2024-11-02T05:24:26.222Z (3 months ago)
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vale Example
## 概要
[Vale](https://vale.sh/) の利用例を示すリポジトリです。
## 動作要件
| ツール | バージョン |
| --------------------------------------------------- | ---------- |
| [Vale CLI](https://vale.sh/docs/vale-cli/overview/) | >=2.18.0 |## インストール
```sh
gh repo clone haru52/vale_example
cd vale_example
vale sync
```## 利用方法
```sh
vale docs
```## Vale styles アップデート
```sh
vale sync
```## 解説記事
[Vale による英語ドキュメント校正入門 - Qiita](https://qiita.com/haru52/items/c554ac75767767ea1f8c)
## ライセンス
[MIT](LICENSE)
## 作者
[haru](https://haru52.com/)