create-ink-app-custom [![NPM version][npm-image]][npm-url]
September 17, 2023 ยท View on GitHub
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
