joseluisq/go-tspath

Add json flag command

Offen

#6 geöffnet am 23.09.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (2 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (14 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Proposal: Add json flag command to output results in JSON format. Which should be useful for easy integration with other scripting languages like Javascript. This PR depends on #1

Flag: -json

~> go-tspath -config=./tsconfig.json -json
# {"json data with information about the performed job"}

Contributor Guide