create-ink-app

Generate a starter Ink app

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
create-ink-app
17543.0.2a year ago5 years agoMinified + gzip package size for create-ink-app in KB

Readme

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.
$ npx create-ink-app js-app
$ js-app

# Or create with TypeScript
$ npx create-ink-app --typescript ts-app
$ ts-app