exercism / exercism/cli

[FEATURE REQUEST] Generate Xcode project and launch from cli

Aperta
#838 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Go
Stelle
1.4k
Fork
363
Merge medio
6g 13h
PR unite (30g)
2

Descrizione

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?

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.