An open API service indexing awesome lists of open source software.

https://github.com/vadimdemedes/create-ink-app

Generate a starter Ink app
https://github.com/vadimdemedes/create-ink-app

Last synced: 5 months ago
JSON representation

Generate a starter Ink app

Awesome Lists containing this project

README

        

# create-ink-app [![test](https://github.com/vadimdemedes/create-ink-app/workflows/test/badge.svg)](https://github.com/vadimdemedes/create-ink-app/actions)

> Generate a starter [Ink](https://github.com/vadimdemedes/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.

```bash
$ npx create-ink-app js-app
$ js-app

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

![](media/demo.gif)