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: 3 months ago
JSON representation
A cli that displays a list of starters to select from, for the forgetful like me
- Host: GitHub
- URL: https://github.com/nwylynko/create-that-app
- Owner: NWylynko
- License: mit
- Created: 2022-08-15T02:12:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T16:17:16.000Z (about 3 years ago)
- Last Synced: 2025-07-11T09:31:41.020Z (5 months ago)
- Topics: cli, npm, npx, template, typescript
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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
```