Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitedjs/create

Vited template initialization
https://github.com/vitedjs/create

Last synced: about 1 month ago
JSON representation

Vited template initialization

Awesome Lists containing this project

README

        

# create

## Install

### Run directly

```bash
npx create
```

### Install on system

```bash
npm i -g create
%binName%
```

### Install in project

```bash
npm i -D create
```

Add script entry:

```json
{
"scripts": {
"%binName%": "%binName%"
}
}
```

Run:

```bash
npm run %binName%
```

## Options

### `--help`

Show help

### `--version`

Show version