Awesome
create-ink-app-custom
Generate a starter Ink app
Notice
This creator is based on create-ink-app.
Usage
This helper tool scaffolds out basic project structure for Ink apps and lets you avoid the boilerplate and get to building beautiful CLIs in no time.
$ npx create-ink-app-custom js-app
$ js-app
# Or create with TypeScript
$ npx create-ink-app-custom --typescript ts-app
$ ts-app