mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-17 21:54:05 +02:00
Refactored source/scripts into core/source
This commit is contained in:
@@ -15,17 +15,17 @@ The place that connects everything related to definitive-opensource.
|
||||
|
||||
### Development
|
||||
- [ARCHITECTURE.md](/resources/dev/ARCHITECTURE.md) - Explains the "backend" of the list
|
||||
- [source/scripts/generation](/source/scripts/generation) - Contains scripts related to README generation
|
||||
- [source/scripts/maintenance](/source/scripts/maintenance) - Contains scripts related to maintenance
|
||||
- [core/source/generation](/core/source/generation) - Contains scripts related to README generation
|
||||
- [core/source/maintenance](/core/source/maintenance) - Contains scripts related to maintenance
|
||||
|
||||
## Data
|
||||
- [applications.json](/source/data/dynamic/applications.json) - Stores all information related to applications
|
||||
- [categories.json](/source/data/static/categories.json) - Declares categories and subcategories
|
||||
- [tags](/source/data/static/tags.json) - Declares tags, their id, and corresponding emoji
|
||||
- [applications.json](/core/data/dynamic/applications.json) - Stores all information related to applications
|
||||
- [categories.json](/core/data/static/categories.json) - Declares categories and subcategories
|
||||
- [tags](/core/data/static/tags.json) - Declares tags, their id, and corresponding emoji
|
||||
|
||||
## GitHub Actions
|
||||
- [generate-readme.yml](/.github/workflows/generate-readme.yml) - Calls the [`readme_generator.py`](/source/scripts/generation/readme_generator.py) to generate READMEs
|
||||
- [update-stats.yml](/.github/workflows/update-stats.yml) - Calls the [`stats_updator.py`](/source/scripts/maintenance/stats_updator.py.py) to update stats in applications.json
|
||||
- [generate-readme.yml](/.github/workflows/generate-readme.yml) - Calls the [`readme_generator.py`](/core/source/generation/readme_generator.py) to generate READMEs
|
||||
- [update-stats.yml](/.github/workflows/update-stats.yml) - Calls the [`stats_updator.py`](/core/source/maintenance/stats_updator.py.py) to update stats in applications.json
|
||||
|
||||
## Other Resources
|
||||
- [DOCS.md](/resources/DOCS.md) - Elaborates tags
|
||||
|
||||
Reference in New Issue
Block a user