{"id":15168443,"url":"https://github.com/cicerops/supernode","last_synced_at":"2026-01-21T11:32:49.963Z","repository":{"id":118415003,"uuid":"473573766","full_name":"cicerops/supernode","owner":"cicerops","description":"A small helper program for providing Node.js environments to development sandboxes and CI systems.","archived":false,"fork":false,"pushed_at":"2022-03-24T11:58:14.000Z","size":15,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T15:50:18.105Z","etag":null,"topics":["ci","ci-cd","ci-setup","continuous-integration","development","development-environment","development-environment-setup","environment","javascript","nodeenv","nodejs","npm","python-virtualenv","sandbox","sandbox-environment","yarn","yarn2"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cicerops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-03-24T11:19:05.000Z","updated_at":"2022-03-24T19:21:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4a35d40-ddd9-4e4a-8aa9-37537e8c7017","html_url":"https://github.com/cicerops/supernode","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"3f826575bd9fd91a92d11814306cb1e5ca2750f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cicerops/supernode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicerops%2Fsupernode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicerops%2Fsupernode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicerops%2Fsupernode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicerops%2Fsupernode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cicerops","download_url":"https://codeload.github.com/cicerops/supernode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cicerops%2Fsupernode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ci","ci-cd","ci-setup","continuous-integration","development","development-environment","development-environment-setup","environment","javascript","nodeenv","nodejs","npm","python-virtualenv","sandbox","sandbox-environment","yarn","yarn2"],"created_at":"2024-09-27T06:03:05.219Z","updated_at":"2026-01-21T11:32:49.949Z","avatar_url":"https://github.com/cicerops.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# supernode\n\n\n## About\n\nA small helper program for providing Node.js environments to development\nsandboxes and CI systems.\n\n\n## Synopsis\n\n```shell\n# Setup modern Node.js environment.\nsource /dev/stdin \u003c\u003c\u003c\"$(curl -s https://raw.githubusercontent.com/cicerops/supernode/main/supernode)\"\n```\n\n\n## Usage\n\nTo provision and activate a corresponding Node.js environment and provide it to\nyour programs, run those commands upfront before invoking any other project\ntasks like Makefile targets.\n\nThe programs `node`, `npm`, `npx` and `yarn` will be transparently available to\nsubsequent commands within the shell environment.\n\n```shell\n# Define a software environment typical for the active Node.js 16 LTS release.\nexport NODEJS_VERSION=16.14.2\nexport NPM_VERSION=8.5.5\nexport YARN_VERSION=2.4.3\n\n# Define a software environment typical for the previous Node.js 14 LTS release.\nexport NODEJS_VERSION=14.19.1\nexport NPM_VERSION=6.14.15\nexport YARN_VERSION=1.22.18\n```\n\n```shell\n# Setup Node.js environment defined by specific software versions.\nsource /dev/stdin \u003c\u003c\u003c\"$(curl -s https://raw.githubusercontent.com/cicerops/supernode/main/supernode)\"\n```\n\n\n## Example output\n\n```text\n---------------\nsupernode setup\n---------------\nProvisioning Node.js 14.19.1, NPM 6.14.15 and Yarn 1.22.18.\n\nLalala....\n\n----------------\nsupernode status\n----------------\nNode.js: v14.19.1\nNPM:     6.14.15\nYarn:    1.22.18\n```\n\n\n## Details\n\nThe whole machinery will be installed into a folder called `.venv` within the\nworking directory. The good thing is that this environment is completely\nisolated from the operating system's Node.js installation.\n\nThe tools behind this installation flavor are [Python virtual environments]\nand [Node.js virtual environments].\n\n\n[Python virtual environments]: https://docs.python.org/3/tutorial/venv.html\n[Node.js virtual environments]: https://pypi.org/project/nodeenv/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcicerops%2Fsupernode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcicerops%2Fsupernode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcicerops%2Fsupernode/lists"}