{"id":23186690,"url":"https://github.com/jpawlowski/devcontainer-features","last_synced_at":"2025-04-05T04:46:16.632Z","repository":{"id":250284034,"uuid":"833841244","full_name":"jpawlowski/devcontainer-features","owner":"jpawlowski","description":"A fine selection of new and enhanced Features for @devcontainers.","archived":false,"fork":false,"pushed_at":"2024-09-02T16:39:10.000Z","size":3004,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T17:53:46.524Z","etag":null,"topics":["devcontainer","devcontainer-feature","devcontainer-features"],"latest_commit_sha":null,"homepage":"https://code.visualstudio.com/docs/devcontainers/containers#_dev-container-features","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/jpawlowski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-07-25T21:43:41.000Z","updated_at":"2024-10-03T19:24:00.000Z","dependencies_parsed_at":"2024-08-24T17:28:56.463Z","dependency_job_id":"66dea49e-095c-4e91-b206-047d22d8d108","html_url":"https://github.com/jpawlowski/devcontainer-features","commit_stats":null,"previous_names":["jpawlowski/devcontainer-features"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpawlowski%2Fdevcontainer-features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpawlowski%2Fdevcontainer-features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpawlowski%2Fdevcontainer-features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpawlowski%2Fdevcontainer-features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpawlowski","download_url":"https://codeload.github.com/jpawlowski/devcontainer-features/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289399,"owners_count":20914464,"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","devcontainer-features"],"created_at":"2024-12-18T10:17:11.354Z","updated_at":"2025-04-05T04:46:16.595Z","avatar_url":"https://github.com/jpawlowski.png","language":"Shell","readme":"# Julian's Development Container Features\n\n\u003ctable style=\"width: 100%; border-style: none;\"\u003e\u003ctr\u003e\n    \u003ctd style=\"width: 140px; text-align: center;\"\u003e\u003ca href=\"https://github.com/devcontainers\"\u003e\u003cimg width=\"128px\" src=\"https://raw.githubusercontent.com/microsoft/fluentui-system-icons/78c9587b995299d5bfc007a0077773556ecb0994/assets/Cube/SVG/ic_fluent_cube_32_filled.svg\" alt=\"devcontainers organization logo\"/\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003ctd\u003e\n        \u003cstrong\u003eJulian's Development Container 'Features'\u003c/strong\u003e\u003cbr /\u003e\n        \u003ci\u003eA fine selection of new or enhanced Features.\u003c/i\u003e\n    \u003c/td\u003e\n\u003c/tr\u003e\u003c/table\u003e\n\nWelcome to yet another DevContainer Features repository! This repository extends the official [`ghcr.io/devcontainers/features`](https://github.com/orgs/devcontainers/packages?repo_name=features)\nmain repository and contains a collection of features to enhance your development environment within a [DevContainer](https://containers.dev/).\n\nYou may learn about Features at [containers.dev](https://containers.dev/implementors/features/), which is the website for\nthe dev container specification.\n\n## Features\n\nBelow are the features currently available in this repository:\n\n| Feature Name        | Description                                                                                                                                                                                                                                | Documentation                        |\n| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------- |\n| Cascadia Code       | Cascadia Code font.                                                                                                                                                                                                                        | [📚 Link](./src/cascadia-code/)       |\n| CLI Microsoft 365   | CLI for Microsoft 365 is a cross-platform CLI that allows users on any platform to manage various configuration settings of Microsoft 365.                                                                                                 | [📚 Link](./src/cli-microsoft365/)    |\n| Codespaces Dotfiles | Install dotfiles in GitHub Codespaces using `devcontainers.json`.                                                                                                                                                                          | [📚 Link](./src/codespaces-dotfiles/)  |\n| PnP.PowerShell      | PnP PowerShell is a cross-platform PowerShell module that allows users on any platform to manage various configuration settings of Microsoft 365.                                                                                          | [📚 Link](./src/pnp.powershell/)      |\n| PowerShell Extended | Installs PowerShell on AMD64 and ARM64 architectures, with optional resources from the PowerShell Gallery via PSResourceGet. Includes a custom Oh-My-Posh terminal prompt theme and profile files. Supports advanced installation options. | [📚 Link](./src/powershell-extended/) |\n\n'Features' are self-contained units of installation code and development container configuration. Features are designed\nto install atop a wide-range of base container images.\n\n## Usage\n\nTo reference a Feature from this repository, add the desired Features to a `devcontainer.json`. Each Feature has a `README.md`\nthat shows how to reference the Feature and which options are available for that Feature.\n\nThe example below installs the`powershell-extended` feature declared in the [`./src`](./src) directory of this\nrepository.\n\nSee the relevant Feature's README for supported options.\n\n```jsonc\n\"name\": \"my-project-devcontainer\",\n\"image\": \"mcr.microsoft.com/devcontainers/base:ubuntu\",  // Any generic, debian-based image.\n\"features\": {\n    \"ghcr.io/jpawlowski/devcontainer-features/powershell-extended:2\": {\n        \"version\": \"7.4\"\n    }\n}\n```\n\nThe `:latest` version annotation is added implicitly if omitted. To pin to a specific package version\n([example](https://github.com/jpawlowski/devcontainer-features/pkgs/container/features/powershell-extended/versions)), append\nit to the end of the Feature. Features follow semantic versioning conventions, so you can pin to a major version `:2`, minor\nversion `:2.0`, or patch version `:2.0.0` by specifying the appropriate label.\n\n```jsonc\n\"features\": {\n    \"ghcr.io/jpawlowski/devcontainer-features/powershell-extended:2.0.0\": {\n        \"version\": \"7.4\"\n    }\n}\n```\n\n## Contributing to this repository\n\nThis repository will accept improvement and bug fix contributions related to the\n[current set of maintained Features](./src).\n\nLearn more about [how to create a pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)\nat the GitHub documentation page.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpawlowski%2Fdevcontainer-features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpawlowski%2Fdevcontainer-features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpawlowski%2Fdevcontainer-features/lists"}