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

https://github.com/guoyunhe/vitely

Node/React package development solution
https://github.com/guoyunhe/vitely

Last synced: 3 months ago
JSON representation

Node/React package development solution

Awesome Lists containing this project

README

        

# vitely

## Install

### Run directly

```bash
npx vitely
```

### Install on system

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

### Install in project

```bash
npm i -D vitely
```

Add script entry:

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

Run:

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

## Options

### `--help`

Show help

### `--version`

Show version