{"id":16509515,"url":"https://github.com/jtemporal/autogenfiles_playground","last_synced_at":"2026-02-09T11:31:22.562Z","repository":{"id":78994605,"uuid":"389176528","full_name":"jtemporal/autogenfiles_playground","owner":"jtemporal","description":"Collection of examples for the AutoGenFiles package","archived":false,"fork":false,"pushed_at":"2021-07-24T19:50:05.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-12T18:35:27.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jtemporal.com/autogenfiles/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtemporal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-24T18:48:37.000Z","updated_at":"2022-12-17T19:31:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed77919c-144e-467c-897b-f600b3917d69","html_url":"https://github.com/jtemporal/autogenfiles_playground","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fautogenfiles_playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fautogenfiles_playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fautogenfiles_playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtemporal%2Fautogenfiles_playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtemporal","download_url":"https://codeload.github.com/jtemporal/autogenfiles_playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241465113,"owners_count":19967243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T15:50:53.721Z","updated_at":"2026-02-09T11:31:22.502Z","avatar_url":"https://github.com/jtemporal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoGenFiles Playground\n\nAutoGenFiles collection of examples.\n\n## How to use this repo\n\nInstall autogenfiles, go into the example you want to see then run the command outlined in said example REAME.md\n \n### Examples\n\n#### Operation Simplicity\n\nThe simplest use case possible: `templates/` has only files to be rendered, variables file follow the default naming, and output go in the root of project.\n\n```console\noperation_simplicity\n├── OperationSimplicity.md  -\u003e automatically generated from templates folder\n├── README.md               -\u003e general instructions\n├── templates               -\u003e templates folder\n│   └── {{ project_name }}.md\n└── variables.yaml          -\u003e variables file\n```\n\n#### Operation Subfolders\n\nThis time `templates/` has a subfolder structure that needs to be followed, the output go in the root but follow the subfolder structure from `templates/`, and variable files has a non-default naming.\n\n```console\noperation_subfolders\n├── REAME.md          -\u003e general instructions\n├── _posts            -\u003e atomatically generated from templates folder\n├── projects          -\u003e automatically generated from templates folder\n├── templates         -\u003e templates folder\n│   ├── _posts\n│   └── projects\n└── variables.ini     -\u003e variables file\n```\n\n#### Operation Rendered\n\nThe most complex case so far: `templates/` has a subfolder structure that needs to be followed, the output goes into an output directory called `rendered/` that follows the subfolder structure from `templates/`, and variable file has a non-default naming.\n\n```console\noperation_rendered\n├── REAME.md       -\u003e general instructions\n├── rendered       -\u003e automatically generated from templates folder\n│   ├── _posts\n│   └── projects\n├── templates      -\u003e templates folder\n│   ├── _posts\n│   └── projects\n└── variables.ini  -\u003e variables file\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fautogenfiles_playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtemporal%2Fautogenfiles_playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtemporal%2Fautogenfiles_playground/lists"}