Files
meteor/tools/console
Jan Dvorak 2edb355bec Logging switch to chalk npm package & fix detecting eval
Remove 2 unused imports in `tools/cordova/run-targets.js`
2021-07-20 15:23:25 +02:00
..

This folder contains libs for printing output in response to CLI commands.

progress.ts defines the lib for printing a progress-bar, so the long operations don't look like hanging.

console.js exposes the Console singleton that should be used through-out the tool to print messages with the right level of importance. It also knows how to correctly repaint the progress-bar, so the two don't conflict.