{"id":23196312,"url":"https://github.com/food-x-technologies/puff","last_synced_at":"2025-07-18T03:34:24.753Z","repository":{"id":46732754,"uuid":"293009484","full_name":"Food-X-Technologies/puff","owner":"Food-X-Technologies","description":"Converts YAML to Azure ARM Template Parameters files, helping you control deployments into multiple environments, globally.","archived":false,"fork":false,"pushed_at":"2021-10-14T07:54:49.000Z","size":116,"stargazers_count":1,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-15T22:33:43.058Z","etag":null,"topics":["azure","azure-arm","azure-arm-template","azure-arm-templates","azure-devops","code-generation","iaac","infrastructure-as-code","json","json-gen","yaml"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@foodx/puff","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/Food-X-Technologies.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}},"created_at":"2020-09-05T05:29:07.000Z","updated_at":"2024-01-16T20:29:34.000Z","dependencies_parsed_at":"2022-08-25T14:41:49.137Z","dependency_job_id":null,"html_url":"https://github.com/Food-X-Technologies/puff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Food-X-Technologies%2Fpuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Food-X-Technologies%2Fpuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Food-X-Technologies%2Fpuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Food-X-Technologies%2Fpuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Food-X-Technologies","download_url":"https://codeload.github.com/Food-X-Technologies/puff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230284071,"owners_count":18202330,"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":["azure","azure-arm","azure-arm-template","azure-arm-templates","azure-devops","code-generation","iaac","infrastructure-as-code","json","json-gen","yaml"],"created_at":"2024-12-18T14:17:42.265Z","updated_at":"2024-12-18T14:17:43.296Z","avatar_url":"https://github.com/Food-X-Technologies.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction \r\nConvert yaml into Azure ARM parameters templates (json). Checkout the [examples](https://github.com/Food-X-Technologies/puff-example).\r\n\r\n## Node\r\n```\r\nnode ./index.js\r\n```\r\n\r\n## NPM\r\n```\r\n  \"scripts\": {\r\n    \"puff\": \"puff\",\r\n    \"puffin\": \"puff -d\"\r\n}\r\n```\r\n### Generate\r\n```\r\n$ npm run puff\r\n```\r\n\r\n#### Delete\r\n```\r\n$ npm run puffin\r\n```\r\n\r\n## .puffignore\r\nA file named .puffignore on the execution folder can provide a list of patterns to be ignored.\r\n\r\n```\r\n# ignore all files inside the ignore folder (including nested folders)\r\nignore/**/*\r\n\r\n# ignore all files that matches the pattern (including nested folders)\r\n**/*-old\r\n\r\n# ignore specic file\r\nfolder/file.yml\r\n```\r\n\r\nComments must always start at the beggining of the line `ignore.yml # won't work` \r\n\r\nNegative pattern are not allowed `!(ignore/**/dont-ignore.yml)` won't create an exeption to a previous ignore rule like .gitignore does.\r\n\r\n# Examples\r\n## [Input (yaml)](https://github.com/Food-X-Technologies/puff-example/blob/main/example-simple/example.yml)\r\n## Outputs (json)\r\n### 1. [ex-service1.one.abc.json](https://github.com/Food-X-Technologies/puff-example/blob/main/example-simple/ex-service1.one.abc.json)\r\n### 2. [ex-service1.two.xyz.json](https://github.com/Food-X-Technologies/puff-example/blob/main/example-simple/ex-service1.two.xyz.json)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffood-x-technologies%2Fpuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffood-x-technologies%2Fpuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffood-x-technologies%2Fpuff/lists"}