{"id":22477191,"url":"https://github.com/base2services/yoshoku","last_synced_at":"2026-02-01T03:02:16.611Z","repository":{"id":145345598,"uuid":"48334126","full_name":"base2Services/yoshoku","owner":"base2Services","description":"Fusion cooking including CFN Templating engine","archived":false,"fork":false,"pushed_at":"2015-12-28T21:53:59.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-06-16T02:07:25.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/base2Services.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":"2015-12-20T19:26:02.000Z","updated_at":"2016-06-24T00:17:54.000Z","dependencies_parsed_at":"2023-04-17T05:37:02.287Z","dependency_job_id":null,"html_url":"https://github.com/base2Services/yoshoku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/base2Services/yoshoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fyoshoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fyoshoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fyoshoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fyoshoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/base2Services","download_url":"https://codeload.github.com/base2Services/yoshoku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fyoshoku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28965436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T02:14:24.993Z","status":"ssl_error","status_checked_at":"2026-02-01T02:13:55.706Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12-06T14:09:48.281Z","updated_at":"2026-02-01T03:02:16.597Z","avatar_url":"https://github.com/base2Services.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yoshoku\nFusion cooking including CFN Templating engine\n\n## Setup\n\nrequires ruby 2.2+\n\nbundle install\n\n```bash\nbundle install\n```\n\n### Rake tasks\n```bash\n$ rake -T\n\n\nrake cfn:generate   # generate cloudformation\nrake cfn:deploy     # deploy cloudformation templates to S3\nrake cfn:create     # creates an environment\nrake cfn:tear_down  # delete/tears down the environment\nrake cfn:update     # updates the environment\n\n##Mirror Setup\n\nUse this for end use. Keep this one separate to fork below for contributing.  In the mirror you can pull from the public. If you fork for pull requests you can add a remote based on the private mirror if that suits.\n\ngit clone --bare https://github.com/base2Services/yoshoku.git\ncd yoshoku.git\ngit push --mirror https://github.com/\u003cOTHER_NAME\u003e/private_implementation.git\ncd ..\nrm -rf yoshoku.git\n\ngit clone https://github.com/\u003cOTHER_NAME\u003e/private_implementation.git\ncd private_implementation\ngit remote add yoshoku-public https://github.com/base2Services/yoshoku.git\n\n## Developer Setup\n\n### Tools setup (Mac OSX)\n\n* Install [homebrew](http://brew.sh)\n\n* Install git-flow\n\n    brew install git-flow\n\n* Install github CLI\n\n    brew install hub\n\n### Workspace Setup\n\n1. Fork this repo into your own github account\n\n2. Clone your fork into your local Workspace\n\n        git clone git@github.com:\u003cusername\u003e/yoshoku.git\n\n3. Add Upstream Remote\n\n        git remote add upstream git@github.com:base2Services/yoshoku.git\n\n4. Initialise git-flow\n\n        git flow init -d\n\n5. Update branch tracking to point to upstream repo\n\n        git checkout develop\n        git branch --set-upstream-to=upstream/master\n        git checkout master\n        git branch --set-upstream-to=upstream/master\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase2services%2Fyoshoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbase2services%2Fyoshoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase2services%2Fyoshoku/lists"}