{"id":31177789,"url":"https://github.com/multirious/bevy_cli_flake","last_synced_at":"2025-09-19T14:15:52.948Z","repository":{"id":313926429,"uuid":"1053461616","full_name":"Multirious/bevy_cli_flake","owner":"Multirious","description":"Flake for a Bevy CLI and linter","archived":false,"fork":false,"pushed_at":"2025-09-09T15:49:21.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-09T16:38:33.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Multirious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-09T13:35:26.000Z","updated_at":"2025-09-09T15:49:24.000Z","dependencies_parsed_at":"2025-09-12T13:02:09.656Z","dependency_job_id":null,"html_url":"https://github.com/Multirious/bevy_cli_flake","commit_stats":null,"previous_names":["multirious/bevy_cli_flake"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Multirious/bevy_cli_flake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fbevy_cli_flake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fbevy_cli_flake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fbevy_cli_flake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fbevy_cli_flake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Multirious","download_url":"https://codeload.github.com/Multirious/bevy_cli_flake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Multirious%2Fbevy_cli_flake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275951175,"owners_count":25558396,"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","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-19T14:15:50.867Z","updated_at":"2025-09-19T14:15:52.943Z","avatar_url":"https://github.com/Multirious.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_cli_flake\n\nThis is my flake rendition of the Bevy CLI with support for linter.\n\n# devshells\n```nix\n{\n  description = \"A devShell example\";\n\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/nixos-unstable\";\n    flake-utils.url = \"github:numtide/flake-utils\";\n    bevy_cli_flake = {\n      url = \"github:Multirious/bevy_cli_flake\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n\n  outputs = { flake-utils, ... } @ inputs:\n    flake-utils.lib.eachDefaultSystem (system:\n      let\n        pkgs = import nixpkgs {\n          inherit system;\n        };\n      in\n      {\n        devShells.default = with pkgs; mkShell {\n          buildInputs = [\n            inputs.bevy_cli_flake.packages.\"${system}\".default\n          ];\n        };\n      }\n    );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultirious%2Fbevy_cli_flake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultirious%2Fbevy_cli_flake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultirious%2Fbevy_cli_flake/lists"}