tidy-tsc
v0.0.4
Published
Tidy up tsc (TypeScript compiler) CLI output.
Readme
tidy-tsc
Tidy up tsc (TypeScript compiler) CLI output.
Install
npm i -g tidy-tscUsage
Pipe output from tsc commands into this command:
tsc | tidyt
tsc -b -f --pretty | tidyt
# etc.