Skip to content

vadimdemedes/create-ink-app

Repository files navigation

create-ink-app test

Generate a starter 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.

$ mkdir my-fancy-cli
$ cd my-fancy-cli
$ npx create-ink-app
# Or create with TypeScript React
$ npx create-ink-app --typescript