{"id":40189820,"url":"https://github.com/emylincon/dec","last_synced_at":"2026-01-19T19:31:45.974Z","repository":{"id":40636146,"uuid":"454138208","full_name":"emylincon/dec","owner":"emylincon","description":"Create python or go development environment. dec create python app or dec create go app","archived":false,"fork":false,"pushed_at":"2022-12-17T16:32:07.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T23:42:17.708Z","etag":null,"topics":["dec","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/emylincon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-31T19:17:34.000Z","updated_at":"2022-03-13T17:11:29.000Z","dependencies_parsed_at":"2023-01-29T17:45:47.087Z","dependency_job_id":null,"html_url":"https://github.com/emylincon/dec","commit_stats":null,"previous_names":["emylincon/de","emylincon/pkg"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/emylincon/dec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emylincon%2Fdec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emylincon%2Fdec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emylincon%2Fdec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emylincon%2Fdec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emylincon","download_url":"https://codeload.github.com/emylincon/dec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emylincon%2Fdec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28581479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T19:06:42.549Z","status":"ssl_error","status_checked_at":"2026-01-19T19:06:42.040Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dec","go","golang"],"created_at":"2026-01-19T19:31:45.909Z","updated_at":"2026-01-19T19:31:45.959Z","avatar_url":"https://github.com/emylincon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n \u003ca style=\"text-decoration:none\" href=\"https://img.shields.io/github/actions/workflow/status/emylincon/dec/go.yml?branch=main\u0026style=for-the-badge\" target=\"_blank\"\u003e\n     \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/emylincon/dec/go.yml?branch=main\u0026style=for-the-badge\" alt=\"Build Status\" /\u003e\n \u003c/a\u003e\n \u003ca style=\"text-decoration:none\" href=\"https://img.shields.io/badge/Version-1.4.5-informational?style=for-the-badge\" target=\"_blank\"\u003e\n     \u003cimg src=\"https://img.shields.io/badge/Version-0.0.3-informational?style=for-the-badge\" alt=\"Version: 0.0.3\" /\u003e\n \u003c/a\u003e\n \u003ca style=\"text-decoration:none\" href=\"https://img.shields.io/github/license/emylincon/dec?style=for-the-badge\" target=\"_blank\"\u003e\n     \u003cimg src=\"https://img.shields.io/github/license/emylincon/dec?color=green\u0026style=for-the-badge\" alt=\"Version: 1.4.5\" /\u003e\n \u003c/a\u003e\n \u003ca style=\"text-decoration:none\" href=\"https://img.shields.io/github/languages/count/emylincon/dec?style=for-the-badge\" target=\"_blank\"\u003e\n \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/emylincon/dec?style=for-the-badge\"\u003e\n \u003c/a\u003e\n \u003ca style=\"text-decoration:none\" href=\"https://godoc.org/github.com/emylincon/dec\" target=\"_blank\"\u003e\n     \u003cimg src=\"https://img.shields.io/badge/Go-Doc-informational?style=for-the-badge\" alt=\"Documentation\" /\u003e\n \u003c/a\u003e\n \u003c/p\u003e\n\n# DEC (Development Environment Creator)\nCreate python or go development environment.\ndec create python app or de create go app\n\n## Contributing ![report](https://goreportcard.com/badge/github.com/emylincon/dec)\n* application is designed using [cobra](https://www.linode.com/docs/guides/using-cobra/)\n\n### Create new commands\n* command\n```\ncobra add \u003ccommand_name\u003e\n```\n* example\n```\ncobra add create\n```\n\n### create subcommands\n* subcommand\n```\ncobra add \u003csubcommand_name\u003e -p 'mainCommand_name'\n```\n* example\n```\ncobra add deactivate -p 'pythonCmd'\n```\n\n## How to use\n* create python app\n```\ndec python create --name emeka -e emeka@gmail.com -d /home/emeka/app\n```\n* create golang app\n```\ndec golang create --name emeka -e emeka@gmail.com -d /home/emeka/app\n```\n\n## Autocomplete\nYou now need to ensure that the `dec` completion script gets sourced in all your shell sessions.\n\n### Bash\nTo do so in all your `bash` shell sessions.\n```bash\necho 'source \u003c(dec completion bash)' \u003e\u003e~/.bashrc\n```\n\n### Zsh\nTo do so in all your `zsh` shell sessions.\n```zsh\necho 'source \u003c(dec completion zsh)' \u003e\u003e~/.zshrc\n```\n\n### Fish\nTo do so in your current `fish` shell session.\n```bash\ndec completion fish | source\n```\n\n### Powershell\nTo do so in all your `powershell` shell sessions, add the following line to your `$PROFILE` file:\n\n```powershell\ndec completion powershell | Out-String | Invoke-Expression\n```\n\nThis command will regenerate the auto-completion script on every `powerShell` start up. You can also add the generated script directly to your `$PROFILE` file.\n\nTo add the generated script to your `$PROFILE` file, run the following line in your `powershell` prompt:\n```powershell\ndec completion powershell \u003e\u003e $PROFILE\n```\n\n[Help: problem with completion?](https://github.com/kubernetes-sigs/kind/issues/522)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femylincon%2Fdec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femylincon%2Fdec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femylincon%2Fdec/lists"}