{"id":20405612,"url":"https://github.com/nitrictech/boxygen-node","last_synced_at":"2025-06-30T15:36:36.453Z","repository":{"id":45871828,"uuid":"426447901","full_name":"nitrictech/boxygen-node","owner":"nitrictech","description":"Node SDK for boxygen","archived":false,"fork":false,"pushed_at":"2021-11-30T21:57:18.000Z","size":814,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-06-26T18:01:02.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/nitrictech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-10T01:47:07.000Z","updated_at":"2025-01-12T17:52:17.000Z","dependencies_parsed_at":"2022-09-05T05:21:27.558Z","dependency_job_id":null,"html_url":"https://github.com/nitrictech/boxygen-node","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/nitrictech/boxygen-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fboxygen-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fboxygen-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fboxygen-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fboxygen-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitrictech","download_url":"https://codeload.github.com/nitrictech/boxygen-node/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrictech%2Fboxygen-node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262801609,"owners_count":23366592,"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":"2024-11-15T05:12:08.544Z","updated_at":"2025-06-30T15:36:36.408Z","avatar_url":"https://github.com/nitrictech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boxygen Node.js SDK\n\nBuild container images with Javascript and Typescript!\n\n```typescript\nimport { Workspace } from \"@nitric/boxygen\";\n\n// Start a new workspace\nWorkspace.start(async (workspace) =\u003e {\n\t// Build a hello world image\n\tawait workspace\n\t\t// start FROM alpine\n\t\t.image('alpine')\n\t\t// Set entrypoint and command\n\t\t.config({\n\t\t\tentrypoint: ['echo'],\n\t\t\tcmd: ['hello world!']\n\t\t})\n\t\t// Commit out image with a tag of hello-world\n\t\t.commit('hello-world');\n});\n```\n\n## Prerequisites\n* Node.js 12+\n* Docker (support for podman is definetely possible)\n\n## Examples\n\n## \n\n\u003c!--## Why containers as code?\n\n### Why not just use Dockerfile/Containerfile templates\n\n### What about buildpacks?\n\n### What about buildah?--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrictech%2Fboxygen-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitrictech%2Fboxygen-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrictech%2Fboxygen-node/lists"}