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
The local demo.js is not practical because the user must clone the repository.
I think we can remove it, here is what we can do instead:
@topcli/prompts-demo
npx @inquirer/demo
Note: i also thought about a new flag / command (for instance npx @topcli/prompts --demo) but it would pollute the repo.
npx @topcli/prompts --demo
The text was updated successfully, but these errors were encountered:
Creating a package just for that seems a bit too much
Sorry, something went wrong.
No branches or pull requests
The local demo.js is not practical because the user must clone the repository.
I think we can remove it, here is what we can do instead:
@topcli/prompts-demo
?), example:npx @inquirer/demo
(using npm workspaces)Note: i also thought about a new flag / command (for instance
npx @topcli/prompts --demo
) but it would pollute the repo.The text was updated successfully, but these errors were encountered: