exercism / exercism/cli

[FEATURE REQUEST] Generate Xcode project and launch from cli

オープン
#838 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
1.4k
フォーク
363
平均マージ
6日 13時間
マージ済み PR(30日)
2

説明

I have created a script to download, generate Xcode project files and launch the exercise in Xcode for items on the swift track:

```
#! /bin/bash
OUTPUT=$(exercism download --exercise=$1 --track=swift | tail -1)
cd $OUTPUT
OUTPUT=$(swift package generate-xcodeproj | tail -1)
OUTPUT=${OUTPUT##generated:}
open $OUTPUT
```

I was wondering if something like this might/could be included natively in the cli?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。