mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
28 lines
819 B
Markdown
28 lines
819 B
Markdown
# 開発ガイド
|
|
|
|
開発にはSwift 5.9以上が必要です。
|
|
|
|
開発にはレポジトリをクローンしてください。サブモジュールを含むため、`--recursive`オプションが必要です。
|
|
|
|
```bash
|
|
git clone https://github.com/ensan-hcl/AzooKeyKanaKanjiConverter --recursive
|
|
```
|
|
|
|
## Cliツール
|
|
|
|
デバッグ用のCliツールとして`anco`コマンドがあります。`install_cli.sh`を実行してインストールしてください。場合によっては、`sudo`が必要です。
|
|
|
|
```bash
|
|
sh install_cli.sh
|
|
```
|
|
|
|
詳しくは[cli.md](./cli.md)をお読みください。
|
|
|
|
## DevContainer
|
|
|
|
開発にDevContainerを利用できます。詳しくは[devcontainer.md](./devcontainer.md)をお読みください。
|
|
|
|
## コントリビュート
|
|
|
|
コントリビュートは歓迎です!
|