refactor(runner): rename preprocessing to runner and update directory structure

This commit is contained in:
Haoyu Xu
2023-01-17 10:08:22 -05:00
parent 09ca22d7c7
commit 4fa886be90
16 changed files with 34 additions and 30 deletions

View File

@@ -11,19 +11,19 @@ A project that builds showcase webpage for Arknights Live2D-equipped operators.
### Command Line Tool
``` bash
$ O={operator_name} node preprocessing.js
$ O={operator_name} node runner.js
To generate operator assets for showcase page
```
``` bash
$ node preprocessing.js -a
$ node runner.js -a
To generate all operator assets for showcase page
```
``` bash
$ O={operator_name} node preprocessing.js -i
$ O={operator_name} node runner.js -i
To initialize folder and config file for an operator
```
``` bash
$ node preprocessing.js -d
$ node runner.js -d
To generate directory.json
```
``` bash