{"id":22542638,"url":"https://github.com/devonchurch/sauerkraut","last_synced_at":"2026-04-20T05:36:47.426Z","repository":{"id":57107973,"uuid":"151534059","full_name":"devonChurch/sauerkraut","owner":"devonChurch","description":"An AWS CodeBuild sequence to simultaneously create package install hooks in NPM, GitHub and AWS S3","archived":false,"fork":false,"pushed_at":"2018-10-13T09:13:59.000Z","size":608,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:07:27.061Z","etag":null,"topics":["aws-codebuild","aws-s3","aws-sdk","github","npm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/devonChurch.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}},"created_at":"2018-10-04T07:24:52.000Z","updated_at":"2018-10-13T21:19:36.000Z","dependencies_parsed_at":"2022-08-20T17:11:20.002Z","dependency_job_id":null,"html_url":"https://github.com/devonChurch/sauerkraut","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fsauerkraut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fsauerkraut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fsauerkraut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonChurch%2Fsauerkraut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devonChurch","download_url":"https://codeload.github.com/devonChurch/sauerkraut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991560,"owners_count":20706126,"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":["aws-codebuild","aws-s3","aws-sdk","github","npm"],"created_at":"2024-12-07T13:11:50.063Z","updated_at":"2026-04-20T05:36:47.361Z","avatar_url":"https://github.com/devonChurch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sauerkraut 🍲\n\n[![npm version](https://badge.fury.io/js/%40devon-church%2Fsauerkraut.svg)](https://badge.fury.io/js/%40devon-church%2Fsauerkraut) ![build status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiTUNhKzNPNWt4Z1AxR3ZYcDNwVm5raG9Yc2pkTHRCQ3MxODI1VUVqbHMxRUsyeXhITjJGUlVVWnNmSk16RWk2M01adHlaM0szdE9EbE1mNVFKd2hyL0hvPSIsIml2UGFyYW1ldGVyU3BlYyI6IkRoaFYyUWFWYmphZTk0cFQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D\u0026branch=master)\n\nAn [AWS CodeBuild](https://aws.amazon.com/codebuild/) sequence to simultaneously create package _install_ hooks in [NPM](https://www.npmjs.com/), [GitHub](https://github.com/) and [AWS S3](https://aws.amazon.com/s3/).\n\n## Pipeline ⚙️\n\n![sauerkraut-infrastructure](https://user-images.githubusercontent.com/15273233/46903334-df34eb80-cf2f-11e8-8c2c-c6a3aee3d097.png)\n\n## Usage 🎛️\n\n### S3\n\nHolds `.tgz` files associated to each released version of that package.\n\n#### Usage\n\nInstall version `1.0.8` of the package.\n\n```\nnpm install \"https://s3.amazonaws.com/sauerkraut/1.0.8.tgz\"\n```\n\n#### Versioning\n\nPackage versions are targeted via their associated **file names** e.g `1.0.8.tgz`\n\n### Github\n\nHolds the necessary [_raw_ assets](https://docs.npmjs.com/getting-started/packages#what-is-a-package-) required for NPM to verify the package.\n\n- `package.json`\n- `package.js` _(The CLI Hook)_\n- `dist/*` _(The package content)_\n\n#### Usage\n\nInstall version `1.0.8` of the package.\n\n```\nnpm install \"git://github.com/devonChurch/sauerkraut.git#v1.0.8\"\n```\n\n#### Versioning\n\nPackage versions are targeted via their associated **tag names** e.g `#v1.0.8`\n\n### NPM\n\nUses the traditional [NPM installation process](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) with this package residing under the `@devon-church` scope.\n\n#### Usage\n\nInstall version `1.0.8` of the package.\n\n```\nnpm install @devon-church/sauerkraut@1.0.8\n```\n\n### Versioning\n\nPackage versions can be targeted via NPM's [version selector syntax](https://docs.npmjs.com/cli/install#synopsis) e.g `@1.0.8`\n\n## Note 💡\n\nUnlike **NPM**, the package assets stored on **GitHub** and **AWS S3** are statically referenced. This means that you can not request a [dynamic server range](https://semver.npmjs.com/) as there is no registry implementing version reconciliation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonchurch%2Fsauerkraut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevonchurch%2Fsauerkraut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonchurch%2Fsauerkraut/lists"}