{"id":23785855,"url":"https://github.com/foxfirecodes/yamore","last_synced_at":"2026-04-13T07:30:18.177Z","repository":{"id":182443514,"uuid":"668505541","full_name":"foxfirecodes/yamore","owner":"foxfirecodes","description":"A simple preprocessor that adds more functionality to YAML in the form of preprocessing.","archived":false,"fork":false,"pushed_at":"2024-07-19T18:46:23.000Z","size":41,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-01T14:07:25.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/foxfirecodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-07-20T01:26:45.000Z","updated_at":"2023-07-20T01:26:55.000Z","dependencies_parsed_at":"2024-12-25T05:21:27.580Z","dependency_job_id":"e3106e3e-646b-4660-8479-a226c628dd92","html_url":"https://github.com/foxfirecodes/yamore","commit_stats":null,"previous_names":["rayzr522/yamore","foxfirecodes/yamore"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fyamore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fyamore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fyamore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxfirecodes%2Fyamore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxfirecodes","download_url":"https://codeload.github.com/foxfirecodes/yamore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240002103,"owners_count":19732164,"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":[],"created_at":"2025-01-01T14:07:28.996Z","updated_at":"2026-04-13T07:30:18.130Z","avatar_url":"https://github.com/foxfirecodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yamore\n\n[![npm version](https://badge.fury.io/js/yamore.svg)](https://npmjs.com/package/yamore)\n\n\u003e A simple preprocessor that adds more functionality to YAML in the form of preprocessing.\n\n## usage\n\n```js\n// .github/process.js\nimport fs from 'node:fs/promises'\nimport path from 'node:path'\nimport { fileURLToPath } from 'node:url'\nimport { transformFile } from 'yamore'\n\nconst baseDir = path.dirname(fileURLToPath(import.meta.url))\nconst templatesDir = path.join(baseDir, 'workflow-templates')\nconst outDir = path.join(baseDir, 'workflows')\n\nfor (const template of await fs.readdir(templatesDir)) {\n  if (!template.endsWith('.yml')) continue\n  console.log(`🤔 processing ${template}...`)\n  transformFile(path.join(templatesDir, template), path.join(outDir, template))\n  console.log(`✅ processed ${template}!`)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fyamore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxfirecodes%2Fyamore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxfirecodes%2Fyamore/lists"}