{"id":26457193,"url":"https://github.com/tinitiuset/jsonnet-101","last_synced_at":"2026-04-11T21:32:37.674Z","repository":{"id":272289189,"uuid":"916088697","full_name":"tinitiuset/jsonnet-101","owner":"tinitiuset","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-13T13:00:54.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T07:01:59.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jsonnet","has_issues":false,"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/tinitiuset.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":"2025-01-13T12:42:20.000Z","updated_at":"2025-01-13T13:03:12.000Z","dependencies_parsed_at":"2025-01-13T14:30:10.148Z","dependency_job_id":null,"html_url":"https://github.com/tinitiuset/jsonnet-101","commit_stats":null,"previous_names":["tinitiuset/jsonnet-101"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinitiuset/jsonnet-101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinitiuset%2Fjsonnet-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinitiuset%2Fjsonnet-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinitiuset%2Fjsonnet-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinitiuset%2Fjsonnet-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinitiuset","download_url":"https://codeload.github.com/tinitiuset/jsonnet-101/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinitiuset%2Fjsonnet-101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31696743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"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":"2025-03-18T22:58:17.024Z","updated_at":"2026-04-11T21:32:37.637Z","avatar_url":"https://github.com/tinitiuset.png","language":"Jsonnet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jsonnet quick start guide\n\n## Project structure:\n```\n.\n├── jsonnetfile.json        // Dependency file\n├── jsonnetfile.lock.json   // Dependency lock file\n├── lib                     // Local libraries\n│   └── k.libsonnet\n├── main.jsonnet            // Main jsonnet file\n└── vendor                  // Remote libraries\n    ├── ...\n    └── ...\n```\n\nProject can be initialized with `jb init` and dependencies can be installed with `jb install`.\n\nLocal libraries will be stored in the `lib` directory but should be created manually.\n\n## Compile jsonnet files\n\nWith `vendor` and `lib` directories:\n```shell\njsonnet -J vendor -J lib main.jsonnet\n```\n\nSaving the output to a file:\n```shell\njsonnet -J vendor -J lib main.jsonnet -o main.json\n```\n\n## k.libsonnet\n`k.libsonnet` alias should be created in `lib` directory if you intend to use `k8s-libsonnet` library.\n\nExample content of `k.libsonnet`:\n\n```jsonnet\nimport \"github.com/jsonnet-libs/k8s-libsonnet/1.32/main.libsonnet\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinitiuset%2Fjsonnet-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinitiuset%2Fjsonnet-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinitiuset%2Fjsonnet-101/lists"}