{"id":28715694,"url":"https://github.com/nodeshift/paicku","last_synced_at":"2026-03-16T09:01:32.793Z","repository":{"id":298347205,"uuid":"940066127","full_name":"nodeshift/paicku","owner":"nodeshift","description":"cli tool for buildpacks","archived":false,"fork":false,"pushed_at":"2025-06-10T17:29:18.000Z","size":8452,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-10T17:35:22.971Z","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/nodeshift.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-27T15:02:28.000Z","updated_at":"2025-06-10T17:29:22.000Z","dependencies_parsed_at":"2025-06-10T17:43:48.670Z","dependency_job_id":"f5b71d3b-0df5-4d28-a1bf-0295340080c9","html_url":"https://github.com/nodeshift/paicku","commit_stats":null,"previous_names":["nodeshift/paicku"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/nodeshift/paicku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fpaicku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fpaicku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fpaicku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fpaicku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodeshift","download_url":"https://codeload.github.com/nodeshift/paicku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodeshift%2Fpaicku/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259910742,"owners_count":22930713,"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-06-15T02:10:52.057Z","updated_at":"2025-10-27T16:21:53.179Z","avatar_url":"https://github.com/nodeshift.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# paicku\n\nA CLI for containerizing applications using buidpacks\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/paicku.svg)](https://npmjs.org/package/paicku)\n[![Downloads/week](https://img.shields.io/npm/dw/paicku.svg)](https://npmjs.org/package/paicku)\n\n# Usage\n\n```sh-session\n$ npm install -g paicku\n$ paicku build .\n```\n\nIn case you don't want to install paicku globally, use npx instead\n\n```sh-session\n$ npx paicku build .\n```\n\n# Available commands\n\n\u003c!-- commands --\u003e\n# Command Topics\n\n* [`paicku build`](docs/build.md) - Build an image\n* [`paicku builder`](docs/builder.md) - Interact with builders\n* [`paicku help`](docs/help.md) - Display help for paicku.\n* [`paicku inspect`](docs/inspect.md) - Show information about a built app image\n* [`paicku sbom`](docs/sbom.md) - Interact with SBoM\n\n\u003c!-- commandsstop --\u003e\n\n## Development\n\nInstall the required Node.js modules\n\n```\nnpm i\n```\n\n### Run CLI in developemnt mode:\n\nUse the following command to run the CLI in development mode:\n\n```\n./bin/dev.js\n```\n\n### Run CLI in production mode:\n\nTo run the CLI in production mode, you need to build the application first. Run the build command:\n\n```\nnpm run build\n```\n\nThen, execute the CLI:\n\n```\n./bin/run.js\n```\n\nNote: You must rebuild every time you make changes to the source code\n\n### Running tests\n\nTo run unit tests:\n\n```\nnpm run test:unit\n```\n\nTo run unit tests in debug mode (e.g., for using .only or extended execution time):\n\n```\nnpm run test:unit:debug\n```\n\nTo run integration tests:\n\n```\nnpm run test:integration\n```\n\nTo run integration tests in debug mode:\n\n```\nnpm run test:integration:debug\n```\n\nFor more info, refer to the [OCLI documentation](https://oclif.io/docs/introduction)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodeshift%2Fpaicku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodeshift%2Fpaicku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodeshift%2Fpaicku/lists"}