{"id":20537579,"url":"https://github.com/johanste/hippo-module","last_synced_at":"2026-03-10T05:32:53.872Z","repository":{"id":87610554,"uuid":"120497865","full_name":"johanste/hippo-module","owner":"johanste","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-08T21:26:40.000Z","size":12,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T03:43:59.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/johanste.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}},"created_at":"2018-02-06T17:39:12.000Z","updated_at":"2018-02-06T17:39:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a8e6cbb-adfe-42ef-82d7-54131788fe59","html_url":"https://github.com/johanste/hippo-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johanste/hippo-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fhippo-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fhippo-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fhippo-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fhippo-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johanste","download_url":"https://codeload.github.com/johanste/hippo-module/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johanste%2Fhippo-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326106,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: 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":[],"created_at":"2024-11-16T00:41:38.182Z","updated_at":"2026-03-10T05:32:53.844Z","avatar_url":"https://github.com/johanste.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# hippo-module\nPrototype for representing ARM modules using [jsonnet](https://jsonnet.org). \n\n## Getting started\n\n### Running examples\n\n1) Clone the repository\n2) Make sure that you have jsonnet installed and on your path\n3) Run `jsonnet \u003cexample file\u003e -J \u003croot of repository\u003e`\n\n## How to contribute\n\n### Structure of the repository\n\n```\n\u003croot\u003e\n+-- core\n    +-- module.libsonnet    # Main module file exposing module\n    +-- moduledef.libsonnet # Structure of a module\n    +-- resource.libsonnet  # Structure for an individual resource\n+-- example_consumers\n    +-- vmss_cli.jsonnet    # Intended to be a module used by the azure cli vmss create command\n+-- \u003cother modules\u003e\n    +-- module.libsonnet\n``` \n\n### Module \nA module is a folder that contains the following files:\n\n```\nmodulename \n+-- module.libsonnet\n+-- parameters.schema.json\n+-- \u003cadditional libsonnet files\u003e\n```\nwhere modulename is the name of the module.\n\n### module.json\nThe structure of a module is a json object with two required properties; resources and outputs.\n\n```\nlocal core = import 'core/module.libsonnet';\n\n{\n    resources: {\n      resource1: core.Module {\n      },\n      resource2: core.Module {\n      }\n    },\n    outputs: {\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanste%2Fhippo-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohanste%2Fhippo-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohanste%2Fhippo-module/lists"}