{"id":20247060,"url":"https://github.com/oleksis/devcontainer-features","last_synced_at":"2025-03-03T15:43:13.086Z","repository":{"id":106249389,"uuid":"585841034","full_name":"oleksis/devcontainer-features","owner":"oleksis","description":"Development Container Features","archived":false,"fork":false,"pushed_at":"2023-04-09T08:26:45.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T02:13:18.197Z","etag":null,"topics":["devcontainer","devcontainer-feature","playground-cli","python-launcher"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/oleksis.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":"2023-01-06T08:13:11.000Z","updated_at":"2023-01-06T19:39:17.000Z","dependencies_parsed_at":"2024-11-14T09:35:25.084Z","dependency_job_id":"6b7ea2b7-e779-44be-8179-4bc401a44b55","html_url":"https://github.com/oleksis/devcontainer-features","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/oleksis%2Fdevcontainer-features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Fdevcontainer-features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Fdevcontainer-features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oleksis%2Fdevcontainer-features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oleksis","download_url":"https://codeload.github.com/oleksis/devcontainer-features/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241692938,"owners_count":20004324,"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":["devcontainer","devcontainer-feature","playground-cli","python-launcher"],"created_at":"2024-11-14T09:35:17.956Z","updated_at":"2025-03-03T15:43:13.062Z","avatar_url":"https://github.com/oleksis.png","language":"Shell","readme":"# Development Container Features\n\n'Features' are self-contained units of installation code and development container configuration. Features are designed to install on top of wide range of based container images (**this repository focuses on `ubuntu` based images**).\n\n## Usages\n\nTo use a feature from this repository add the corresponding feature to a `devcontainer.json`. Each feature has a `README.md` file autogenerated from the corresponding feature's `devcontainer-feature.json`. The file lists the available options for the feature.\n\nThe example below installs the `python-launcher` [Python launcher for Unix](https://python-launcher.app) feature declared in the [src](./src) folder of this repository. See the relevant feature's `README.md` for supported options.\n\n```jsonc\n{\n    \"image\": \"mcr.microsoft.com/devcontainers/base:ubuntu\",\n    \"features\": {\n        \"ghcr.io/oleksis/devcontainer-features/python-launcher:1\": {}\n    }\n}\n```\n\n```bash\n$ py --help\n\nPython Launcher for Unix 1.0.0\nusage: py [launcher-args] [python-args]\n...\n```\n\n## Repository Structure\n\n```\n.\n├── README.md\n├── src\n│   ├── playground-cli\n│   │   ├── devcontainer-feature.json\n│   │   ├── install.sh\n│   │   └── README.md\n│   ├── python-launcher\n│   │   ├── devcontainer-feature.json\n│   │   ├── install.sh\n│   │   └── README.md\n├── test\n│   ├── playground-cli\n│   │   └── test.sh\n│   ├── python-launcher\n│   │   └── test.sh\n...\n```\n\n## Contributions\n\nThis repository accepts improvement and bug fix contributions related to the [current set of maintained features](./src). Raise the PRs!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksis%2Fdevcontainer-features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foleksis%2Fdevcontainer-features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foleksis%2Fdevcontainer-features/lists"}