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
- Host: GitHub
- URL: https://github.com/vitalets/skill-asset-manager
- Owner: vitalets
- Created: 2021-09-16T15:59:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T17:21:04.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T01:45:30.635Z (over 1 year ago)
- Language: TypeScript
- Size: 489 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)