Generate a starter Ink app
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 js-app
$ js-app
# Or create with TypeScript
$ npx create-ink-app --typescript ts-app
$ ts-app

JavaScript
92.3%
TypeScript
7.7%
Generate a starter Ink app
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 js-app
$ js-app
# Or create with TypeScript
$ npx create-ink-app --typescript ts-app
$ ts-app

JavaScript
92.3%
TypeScript
7.7%