TopCli / prompts

Node.js user prompt library for command-line interfaces.
ISC License
24 stars 4 forks source link

Improve demo #103

Open PierreDemailly opened 6 months ago

PierreDemailly commented 6 months ago

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:

Note: i also thought about a new flag / command (for instance npx @topcli/prompts --demo) but it would pollute the repo.

fraxken commented 1 month ago

Creating a package just for that seems a bit too much