Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kricsleo/create

Quickly startup projects
https://github.com/kricsleo/create

Last synced: 24 days ago
JSON representation

Quickly startup projects

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