Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 30 days 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
```