joseluisq/go-tspath

Add json flag command

Aberta

#6 aberto em 23 de set. de 2019

 (0 comentário) (0 reação) (0 responsável)Go (2 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (14 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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"}

Guia do colaborador