{"id":15861911,"url":"https://github.com/afeiship/nx-yaml","last_synced_at":"2026-05-17T15:42:44.258Z","repository":{"id":56885987,"uuid":"363006887","full_name":"afeiship/nx-yaml","owner":"afeiship","description":"Nx yaml tools.","archived":false,"fork":false,"pushed_at":"2021-04-30T05:48:45.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T07:04:26.597Z","etag":null,"topics":["erb","nx","template","yaml"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/afeiship.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}},"created_at":"2021-04-30T02:42:09.000Z","updated_at":"2021-04-30T05:48:47.000Z","dependencies_parsed_at":"2022-08-21T00:21:48.447Z","dependency_job_id":null,"html_url":"https://github.com/afeiship/nx-yaml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/nx-yaml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnx-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnx-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnx-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnx-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/nx-yaml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fnx-yaml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276668885,"owners_count":25683160,"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-23T02:00:09.130Z","response_time":73,"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":["erb","nx","template","yaml"],"created_at":"2024-10-05T22:21:07.469Z","updated_at":"2025-09-24T00:09:14.226Z","avatar_url":"https://github.com/afeiship.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nx-yaml\n\u003e Nx yaml tools.\n\n## installation\n```rb\n# from gem\ngem 'nx-yaml'\n# from git\ngem 'nx-yaml', git: 'git@github.com:afeiship/nx-yaml.git'\n```\n\n## usage\n```rb\nNx::Yaml.load('./template.yml', { name: 'my-template', description: 'Awesome template'})\n```\n\n## template.yml\n```yml\nname: nx-yml\nversion: 0.1.0\nenv: \n  home: \u003c%= ENV[\"HOME\"] %\u003e\nhost: \u003c%= host %\u003e\n```\n\n\u003c!-- After load --\u003e\n```rb\n{\n  name: \"nx-yml\",\n  version: \"0.1.0\",\n  env: {\n    home: \"/Users/aric.zheng\",\n  },\n  host: \"0.0.0.0\",\n}\n```\n\n## build/publish\n```shell\n# build\ngem build nx-yaml.gemspec\n\n# publish\ngem push nx-yaml-0.1.0.gem\n```\n\n## rspec\n- https://rspec.info/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnx-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fnx-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fnx-yaml/lists"}