-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split JSON into smaller parts + tools for its management #159
Conversation
Note: Main Goals here are to prove a place for..." These are part of that and seem to justify adding the dev tools for future used to repo
Added a sorting array/Map
The JSON files locations are trivial. Once location is decided or the why is known. |
OK. |
This joining has to be made automatic at runtime. And removing it from |
This PR adds tools. this tool splits the Jobs JSON file into smaller parts. prepares for future tools, such as moving documentation generation. No new dependencies are added.
Description
-s
) and join (-j
) config JSON files.Implementation Details
Documentation Summary
Testing Procedure
Checklist