{"id":19688077,"url":"https://github.com/mrs-/blaupause","last_synced_at":"2025-09-21T12:33:21.936Z","repository":{"id":150456566,"uuid":"88506665","full_name":"mRs-/Blaupause","owner":"mRs-","description":"Is the missing template generator for creating VIPER, MVC, MVVM, etc. templates for your Projects","archived":false,"fork":false,"pushed_at":"2017-07-03T20:24:05.000Z","size":507,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-31T12:27:27.669Z","etag":null,"topics":["filesystem","helper","template","template-generator","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/mRs-.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":"2017-04-17T12:37:58.000Z","updated_at":"2021-07-27T01:09:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6a2d3b6-f4a4-41cf-beab-1fd65dacabd7","html_url":"https://github.com/mRs-/Blaupause","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/mRs-%2FBlaupause","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mRs-%2FBlaupause/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mRs-%2FBlaupause/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mRs-%2FBlaupause/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mRs-","download_url":"https://codeload.github.com/mRs-/Blaupause/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233755177,"owners_count":18725114,"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":["filesystem","helper","template","template-generator","xcode"],"created_at":"2024-11-11T18:36:56.033Z","updated_at":"2025-09-21T12:33:16.470Z","avatar_url":"https://github.com/mRs-.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blaupause \nIs the missing template generator for creating VIPER, MVC, MVVM, etc. templates for your Projects.\n\n## Installation\n\n### Using pre build package\nYou find the latest build in `bin/Blaupause`. Please consider that you are downlaoding this from the master branch to get the newest stable binary file from Blaupause.\n\n### Compiling from source\nBlaupause is build via spm (swift package manager) if you checkout the sources just run\n```shell\nswift build -c release\n```\nAnd you can find it in `.build/release/Blaupause` to run it from there.\n\n## Using\nThe usage is pretty simple just start\n### Usage to create a new VIPER Module\n```shell\nBlaupause viper FooBar\n```\n\n### Usage to create a new MVC Module\n```shell\nBlaupause mvc FooBar\n```\n\n### Usage to create a new MVVM Module\n```shell\nBlaupause mvvm FooBar\n```\n\n### Usage to create a new structure from your template\n```shell\nBlaupause template FooBar\n```\nSearchs for a .blaupause.json file in the current path of Blaupause execution.\n\n## JSON Templates\nBlaupause has the ability to create your own custom templates. If you want to create your own implementation Blaupause always checks the current execution path for a `.blaupause.json` file with the current implementation for a Template. Two different types are supported `Folder` and `Files`.\n\nThe JSON must always start with an array.\n\n### Folder\nThe Folder Type creates a Folder for you. Folder can hold children of different Folder and of Files.\n\n#### JSON Notation\n*Creating a Folder without Children*\n```json\n{\n  \"type\": \"folder\",\n  \"name\": \"FolderName\",\n  \"children\": null\n}\n```\n*Creating a Folder with Children*\n```json\n{\n  \"type\": \"folder\",\n  \"name\": \"FolderName\",\n  \"children\": [\n    {\n    \"type\": \"folder\",\n    \"name\": \"FolderName\",\n    \"children\": null\n    }\n  ]\n}\n```\n\n### Files\nThe Files Type creates a File for you. A File can't hold chilrens.\n\n#### JSON Notation\n*Creating a File*\n```json\n{\n    \"type\": \"file\",\n    \"name\": \"FileName.fileEnding\"\n}\n```\n\n## ToDo\n- [x] Creating MVC Command\n- [x] Creating MVVM Command\n- [x] Error Handling if the Folder is already there\n- [x] JSON Parsing for template files\n- [x] Add ability to parse .blaupause.json files to create custom template that can be provided\n- [ ] Support for Template Files in your own .blaupause folder\n- [ ] Unit Testing\n- [ ] Create a wizard when starting without options\n- [ ] Publish it to Homebrew\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrs-%2Fblaupause","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrs-%2Fblaupause","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrs-%2Fblaupause/lists"}