{"id":21658203,"url":"https://github.com/tsirysndr/fluentdocker-deno","last_synced_at":"2025-04-11T22:33:42.997Z","repository":{"id":176827071,"uuid":"659332440","full_name":"tsirysndr/fluentdocker-deno","owner":"tsirysndr","description":"Generate dockerfiles from a simple declarative syntax in typescript and build them with ease 🐋 🚀 ✨","archived":false,"fork":false,"pushed_at":"2024-02-29T21:45:41.000Z","size":48,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T18:40:23.510Z","etag":null,"topics":["deno","deno-module","docker","dockerfile","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tsirysndr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-06-27T15:49:24.000Z","updated_at":"2024-01-09T12:58:26.000Z","dependencies_parsed_at":"2024-02-29T21:26:46.538Z","dependency_job_id":"77f66256-83db-4eed-b0ea-a84c78ed677c","html_url":"https://github.com/tsirysndr/fluentdocker-deno","commit_stats":null,"previous_names":["tsirysndr/fluentdocker-deno"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsirysndr%2Ffluentdocker-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsirysndr%2Ffluentdocker-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsirysndr%2Ffluentdocker-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsirysndr%2Ffluentdocker-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsirysndr","download_url":"https://codeload.github.com/tsirysndr/fluentdocker-deno/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248490250,"owners_count":21112711,"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":["deno","deno-module","docker","dockerfile","typescript"],"created_at":"2024-11-25T09:28:52.347Z","updated_at":"2025-04-11T22:33:42.972Z","avatar_url":"https://github.com/tsirysndr.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# FluentDocker\n\n[![deno module](https://shield.deno.dev/x/fluentdocker)](https://deno.land/x/fluentdocker)\n![deno compatibility](https://shield.deno.dev/deno/^1.34)\n[![](https://img.shields.io/codecov/c/gh/tsirysndr/fluentdocker-deno)](https://codecov.io/gh/tsirysndr/fluentdocker-deno)\n\nThis is a deno module for generating dockerfiles and building docker images easily.\n\n## 🚀 Usage\n\n```ts\nimport { Dockerfile } from \"https://deno.land/x/fluentdocker/mod.ts\";\n\n\nconst image = new Dockerfile()\n  .from(\"node:18-alpine\")\n  .run(\"apk update\")\n  .expose(8080)\n  .cmd(\"npx --yes serve -s -l 8080\");\n\nconst dockerfile = image.toString();\n\nconsole.log(dockerfile);\n\nimage.build(\".\", \"node-app-example\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsirysndr%2Ffluentdocker-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsirysndr%2Ffluentdocker-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsirysndr%2Ffluentdocker-deno/lists"}