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
Now, we edit JSON files directly.
But, it makes the files very large and hard to edit or check.
Change
I suggest making another branch put source files and CI convert the files to distributable JSON.
So, change to edit files on develop? branch and not to touch the main branch.
My idea of structure:
src/
core/
aviutl.{json,yml,md}
exedit.{json,yml,md}
packages/
developer_id/
package_id.{json,yml,md}
The text was updated successfully, but these errors were encountered:
Why
Now, we edit JSON files directly.
But, it makes the files very large and hard to edit or check.
Change
I suggest making another branch put source files and CI convert the files to distributable JSON.
So, change to edit files on
develop
? branch and not to touch themain
branch.My idea of structure:
developer_id
/package_id
.{json,yml,md}The text was updated successfully, but these errors were encountered: