Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vitedjs/cli

Vited CLI to run build, lint, test commands
https://github.com/vitedjs/cli

Last synced: about 1 month ago
JSON representation

Vited CLI to run build, lint, test commands

Awesome Lists containing this project

README

        

# cli

## Install

### Run directly

```bash
npx cli
```

### Install on system

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

### Install in project

```bash
npm i -D cli
```

Add script entry:

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

Run:

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

## Options

### `--help`

Show help

### `--version`

Show version