Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kricsleo/create
Quickly startup projects
https://github.com/kricsleo/create
Last synced: 24 days ago
JSON representation
Quickly startup projects
- Host: GitHub
- URL: https://github.com/kricsleo/create
- Owner: kricsleo
- License: mit
- Created: 2023-11-17T15:18:36.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-05T07:33:00.000Z (10 months ago)
- Last Synced: 2024-10-08T16:23:52.640Z (30 days ago)
- Language: TypeScript
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@kriclseo/create
✨ Create template app quickily 🚀
## Install
```bash
npm install @kriclseo/create -g
```## Usage
```bash
create [dist]
```- Create [typescript template](https://github.com/kricsleo/starter-ts)
```bash
create ts my-ts-project
```- Create [Vue 3 template](https://github.com/kricsleo/starter-vue3)
```bash
create vue3 my-vue3-project
```- Create [Nuxt 3 template](https://github.com/nuxt/starter/tree/v3)
```bash
create nuxt3 my-nuxt3-project
```