joseluisq/go-tspath

Add json flag command

Open

#6 opened on Sep 23, 2019

 (0 comments) (0 reactions) (0 assignees)Go (2 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (No merged PRs in 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"}

Contributor guide