Ecosyste.ms: Awesome
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: 30 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T16:17:16.000Z (about 2 years ago)
- Last Synced: 2024-11-24T23:51:05.277Z (about 2 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.![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
```