You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gameta currently resides in a JSON file, it needs a new home for all the new features that we want to implement. The .gameta folder will house all user specific configurations while the .gameta file will house all configurations for Gameta.
This feature proposes:
Update Gameta init to create a .gameta folder with the following structure
.gameta file
schemas (for user added schemas)
configs (for user added configs)
scripts (for storing scripts)
tmp (created on demand for execution of scripts or validation of scripts, added to .gitignore)
The text was updated successfully, but these errors were encountered:
Gameta currently resides in a JSON file, it needs a new home for all the new features that we want to implement. The .gameta folder will house all user specific configurations while the .gameta file will house all configurations for Gameta.
This feature proposes:
The text was updated successfully, but these errors were encountered: