Files
meteor/tools/console
Gabriel Grubba 78737e93d2 Merge branch 'devel' into updating-3.0-with-devel
# Conflicts:
#	docs/history.md
#	meteor
#	npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/mongo/collection.js
#	packages/webapp/.npm/package/npm-shrinkwrap.json
#	tools/cli/commands.js
#	tools/static-assets/skel-apollo/server/apollo.js
#	tools/tests/mongo.js
2023-03-21 11:02:43 -03: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.