Agree, this would be useful.
Released generator-ink-cli - a generator for Yeoman to quickly scaffold out a CLI based on Ink. Will add it tomorrow to the readme, just thought you might want to play with it before anyone else :)
Hey, thanks! Looks really cool.
By the way, you may want to show generating the boilerplate with new built-in npx.
Type npx -p yo -p generator-ink-cli -- yo ink-cli.
This looks bit painful, tbh. Let's give it time to mature a little, fix bugs, etc.
Yeah, but there is a issue about that. Probably we could just write npx yo ink-cli in future.
Another approach would be to name an npm package create-ink, so npm init ink will call npx create-ink for 0-install initial demo project. You can read more about it here. If you make a bin named create-ink in that project, that does the actual demo-creation, you should be all set.
Most helpful comment
This looks bit painful, tbh. Let's give it time to mature a little, fix bugs, etc.