{"id":17996745,"url":"https://github.com/cosmo/wings","last_synced_at":"2025-04-04T06:14:25.154Z","repository":{"id":254169262,"uuid":"845694928","full_name":"Cosmo/wings","owner":"Cosmo","description":"My personal helpers that give me wings for development.","archived":false,"fork":false,"pushed_at":"2024-08-31T21:52:33.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T05:47:03.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/Cosmo.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":"2024-08-21T18:41:24.000Z","updated_at":"2024-09-04T07:26:06.000Z","dependencies_parsed_at":"2024-08-21T21:20:32.183Z","dependency_job_id":"9a54db04-84fa-44b1-832c-8c1010a6dc53","html_url":"https://github.com/Cosmo/wings","commit_stats":null,"previous_names":["cosmo/wings"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmo%2Fwings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmo%2Fwings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmo%2Fwings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cosmo%2Fwings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cosmo","download_url":"https://codeload.github.com/Cosmo/wings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"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-29T21:15:42.833Z","updated_at":"2025-04-04T06:14:25.127Z","avatar_url":"https://github.com/Cosmo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wings\n\nMy personal helpers that give me wings for development.\n\n## Rails Template\n\nRails Template to setup a new Rails project with the DevContainer\n\n### Usage\n\n```bash\nrails new myapp --css tailwind --asset-pipeline propshaft --database postgresql --devcontainer --template \"https://raw.githubusercontent.com/Cosmo/wings/main/starterkit.rb\"\n```\n\nIf you have to deal with a [Zscaler proxy](#zscaler), you can use the following command:\n\n```bash\nrails new myapp --css tailwind --asset-pipeline propshaft --database postgresql --devcontainer --template \"https://raw.githubusercontent.com/Cosmo/wings/main/starterkit.rb\" --zscaler\n```\n\nIf you want everything to be installed, you can use the following command:\n\n```bash\nrails new myapp --css tailwind --asset-pipeline propshaft --database postgresql --devcontainer --template \"https://raw.githubusercontent.com/Cosmo/wings/main/starterkit.rb\" --zscaler --default-gems --add-vscode-extensions --add-vscode-launch\n```\n\n\n## Zscaler\n\nAdd this to your `.zshrc` or `.bashrc`.\n\n```bash\n# Create the directory if it doesn't exist\nmkdir -p ~/.development\n\n# Export the Zscaler Root CA certificate if it doesn't exist\nif [ ! -f ~/.development/Zscaler_Root_CA.crt ]; then\n  echo \"Exporting Zscaler Root CA certificate...\"\n  security find-certificate -c \"Zscaler Root CA\" -p \u003e ~/.development/Zscaler_Root_CA.crt\nfi\n\n# Export the Zscaler Root CA certificate to NODE_EXTRA_CA_CERTS\nexport NODE_EXTRA_CA_CERTS=~/.development/Zscaler_Root_CA.crt\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo%2Fwings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmo%2Fwings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmo%2Fwings/lists"}