ada-lovecraft / create-ink-app

Generate a starter Ink app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generate a starter Ink app

License:MIT License


Languages

Language:JavaScript 92.0%Language:TypeScript 8.0%