{"id":19030100,"url":"https://github.com/streamplace/wheelhouse","last_synced_at":"2025-04-23T16:01:30.273Z","repository":{"id":57397706,"uuid":"89104686","full_name":"streamplace/wheelhouse","owner":"streamplace","description":"Swiss Army knife for Javascript + Kubernetes","archived":false,"fork":false,"pushed_at":"2018-04-02T02:00:06.000Z","size":1071,"stargazers_count":9,"open_issues_count":25,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-18T01:47:31.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/streamplace.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":"2017-04-22T23:13:32.000Z","updated_at":"2024-05-17T16:46:01.000Z","dependencies_parsed_at":"2022-08-31T15:11:39.972Z","dependency_job_id":null,"html_url":"https://github.com/streamplace/wheelhouse","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamplace%2Fwheelhouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamplace%2Fwheelhouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamplace%2Fwheelhouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamplace%2Fwheelhouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamplace","download_url":"https://codeload.github.com/streamplace/wheelhouse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250468272,"owners_count":21435451,"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-08T21:16:32.203Z","updated_at":"2025-04-23T16:01:30.210Z","avatar_url":"https://github.com/streamplace.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Wheelhouse\n\n[![Build Status](https://travis-ci.org/streamplace/wheelhouse.svg?branch=master)](https://travis-ci.org/streamplace/wheelhouse)\n\nWheelhouse is a development environment optimized for deploying sophisticated full-stack Javascript applications to Kubernetes.\n\nTo achieve these goals, it uses:\n\n- [Lerna](https://lernajs.io) for managing npm packages,\n- [Docker](https://www.docker.com/) for building containers,\n- and [Helm](https://github.com/kubernetes/helm) for release management.\n\nIt draws heavy inspiration from the one-command development processes in projects like\n[Meteor](https://www.meteor.com/) and\n[create-react-app](https://github.com/facebookincubator/create-react-app).\n\n## Installing\n\nYou need:\n\n* node 4+\n* npm 5+ (`npm install -g npm`)\n* Docker (tested on Ubuntu 14.04 and macOS 10.11)\n\n```\nnpm install -g wheelhouse\n```\n\n## Commands\n\n### wheelhouse install\n\nInstalls all dependencies in all `package.json` files.\n\n### wheelhouse link\n\nLink local `node_modules` dependencies together. Usually you don't need to run this yourself.\n`wheelhouse start` does it before it does anything else.\n\n### wheelhouse start (alias run, dev)\n\nBoots up your local development environment.\n\nYou can run certain apps on startup with `-a`, e.g. `wheelhouse start -a example-app`\n\n### wheelhouse lint\n\nNYI\n\n### wheelhouse build\n\nBuild all of your Javascript modules, Docker containers, and Helm charts.\n\n### wheelhouse deploy\n\nDeploy all your Helm charts to a Kubernetes cluster.\n\n## Known Issues\n\n* On occasion `wheelhouse install` will run into a cache corruption issue that manifests as `TypeError: Cannot read property 'find' of undefined`. This is a known npm issue: [npm/npm#16677](https://github.com/npm/npm/issues/16677)\n    * Workaround: `npm cache verify`.\n\n## Development\n\nClone the repo, and then:\n\n```\nnpm install\nnpm run dev\n```\n\nThis will globally link your local version of Wheelhouse as `wh-dev` so that it doesn't conflict\nwith any global versions of Wheelhouse.\n\n## Changelog\n\n### 0.2.0\n\n* Run packages on startup with `-a`\n* Added `wheelhouse --version`\n* Added `wheelhouse link`\n* Removed yarn dependency, added npm5 dependency\n* Added `--disable-kube` flag\n* Tabs with the frontend open now auto-reconnect when the server comes back\n* Misc polish, including sorting apps consistently for display\n\n### 0.1\n\nFirst usable version.\n\n## Credits\n\nWheelhouse is being jointly developed by\n[Streamplace](https://stream.place) and\n[C-SATS](https://www.csats.com).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamplace%2Fwheelhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamplace%2Fwheelhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamplace%2Fwheelhouse/lists"}