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

https://github.com/nwylynko/create-that-app

A cli that displays a list of starters to select from, for the forgetful like me
https://github.com/nwylynko/create-that-app

cli npm npx template typescript

Last synced: 2 months ago
JSON representation

A cli that displays a list of starters to select from, for the forgetful like me

Awesome Lists containing this project

README

        

# create-that-app
A cli that displays a list of starters to select from, for the forgetful like me. Currently has popular options, feel free to make a PR or issue if you want one added.

![Demo](./demo.gif)

## Run
Use your favourite package runner

### npm

```bash
npx create-that-app@latest
```

### yarn

```bash
yarn create that-app
```

### pnpm

```bash
pnpm -s dlx create-that-app@latest
```