{"id":16401737,"url":"https://github.com/xaldarof/project-structure-generator","last_synced_at":"2025-10-30T23:36:45.882Z","repository":{"id":122073656,"uuid":"602687778","full_name":"xaldarof/project-structure-generator","owner":"xaldarof","description":"Project Structure Generator saves time and reduces setup overhead, allowing you to focus on coding.","archived":false,"fork":false,"pushed_at":"2024-02-07T12:25:31.000Z","size":72,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-12T05:44:07.431Z","etag":null,"topics":["flutter","generate","library","project","structure"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xaldarof.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-02-16T18:28:28.000Z","updated_at":"2024-10-02T08:01:08.000Z","dependencies_parsed_at":"2024-02-07T13:44:00.478Z","dependency_job_id":null,"html_url":"https://github.com/xaldarof/project-structure-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaldarof%2Fproject-structure-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaldarof%2Fproject-structure-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaldarof%2Fproject-structure-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaldarof%2Fproject-structure-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaldarof","download_url":"https://codeload.github.com/xaldarof/project-structure-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223861049,"owners_count":17215806,"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":["flutter","generate","library","project","structure"],"created_at":"2024-10-11T05:44:02.214Z","updated_at":"2025-10-30T23:36:45.827Z","avatar_url":"https://github.com/xaldarof.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"If you want to convert folders to .json file, for example\n\n`\nflutter pub run project_structure_generator:from_folders -root lib/ -output lib/output.json\n`\n\n`-root` - root dir\n\n`-output` - output dir for .json file\n\nIf you want to convert json to folders, for example\n\n`\nflutter pub run project_structure_generator:to_folders -json lib/structure.json -output lib/\n`\n\n`-output` - output dir\n\n`-json` - input json dir\n\nSee `folder_structure.json` in root path of project for example\n\n\n\n\n\nHere is example json:\n\n```\n{\n  \"name\": \"project_lib\",\n  \"type\": \"directory\",\n  \"children\": [\n    {\n      \"name\": \"core\",\n      \"type\": \"directory\",\n      \"children\": [\n        {\n          \"name\": \"file.txt\",\n          \"type\": \"file\"\n        },\n        {\n          \"name\": \"file2.txt\",\n          \"type\": \"file\"\n        }\n      ]\n    }\n  ]\n}\n```\n\n\nWill be generated\n\n\n\n\n\n![Alt Text](./screenshots/img.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaldarof%2Fproject-structure-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaldarof%2Fproject-structure-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaldarof%2Fproject-structure-generator/lists"}