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

https://github.com/vitalets/skill-asset-manager

Upload and synchronize skill assets
https://github.com/vitalets/skill-asset-manager

Last synced: 6 months ago
JSON representation

Upload and synchronize skill assets

Awesome Lists containing this project

README

          

# skill-asset-manager
CLI to upload and synchronize skill assets (sounds and images).

## Installation
```
npm i -D skill-asset-manager
```

## Usage
```
asset [sync|verify|clean]

Upload changed assets to server and update dbFile

Positionals:
type Asset type [string] [required] [choices: "images", "sounds", "all"]
target Target name from config [string] [required]

Options:
--version Show version number [boolean]
-c, --config Path to config file [string] [default: "./assets.config.js"]
-y, --yes Auto confirm [boolean] [default: false]
--help Show help [boolean]
```

## License
MIT @ [Vitaliy Potapov](https://github.com/vitalets)