refactor: change bmap binding generator name, layout for future refactor
This commit is contained in:
10
Assets/CodeGen/EnumsMigration/EnumsRender/.gitignore
vendored
Normal file
10
Assets/CodeGen/EnumsMigration/EnumsRender/.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
@@ -0,0 +1,3 @@
|
||||
# Enums Render
|
||||
|
||||
See upper level [README.md](../README.md) for informations.
|
||||
|
||||
@@ -45,10 +45,10 @@ Keep staying this directory, and execute following command to run program.
|
||||
java MainRunner
|
||||
```
|
||||
|
||||
After running, program will process input file located in `Input`directory, and output JSON file to `Intermediate` directory.
|
||||
After running, program will process input file located in `Input` directory, and output JSON file to `Intermediate` directory.
|
||||
|
||||
### Enums Render
|
||||
|
||||
* Enter `EnumsRender` directory and setup it witl Astral UV.
|
||||
* Enter `EnumsRender` directory and setup it with Astral UV.
|
||||
* Execute `uv run main.py` to run program.
|
||||
* Program will process JSON file located in `Intermediate` directory, and output final artifacts to `Output` directory.
|
||||
|
||||
Reference in New Issue
Block a user