We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli-progress
This issue details the introduction of a progress bar to show the progress made in parsing and generating files. Similar to how we did on nodejs.dev (https://github.com/nodejs/nodejs.dev/blob/e670ec88c82119ed3141d97e24a2e98630a304c9/util-node/getApiDocsData.js#L25)
nodejs.dev
It should represent where it is and what it is generating/parsing. It should reside as a tool within src/utils and be imported within the cli.mjs
src/utils
cli.mjs
The text was updated successfully, but these errors were encountered:
AugustinMauroy
Successfully merging a pull request may close this issue.
This issue details the introduction of a progress bar to show the progress made in parsing and generating files. Similar to how we did on
nodejs.dev
(https://github.com/nodejs/nodejs.dev/blob/e670ec88c82119ed3141d97e24a2e98630a304c9/util-node/getApiDocsData.js#L25)It should represent where it is and what it is generating/parsing. It should reside as a tool within
src/utils
and be imported within thecli.mjs
The text was updated successfully, but these errors were encountered: