{"id":17489667,"url":"https://github.com/bozdoz/nevermind","last_synced_at":"2026-04-30T00:31:24.635Z","repository":{"id":64297425,"uuid":"564469633","full_name":"bozdoz/nevermind","owner":"bozdoz","description":"a node version manager","archived":false,"fork":false,"pushed_at":"2025-07-14T04:01:29.000Z","size":73,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T08:32:50.866Z","etag":null,"topics":["go","node","nvm","version-manager"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/bozdoz/nevermind","language":"Go","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/bozdoz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-10T19:38:50.000Z","updated_at":"2025-06-26T08:11:51.000Z","dependencies_parsed_at":"2023-01-15T08:45:25.450Z","dependency_job_id":null,"html_url":"https://github.com/bozdoz/nevermind","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/bozdoz/nevermind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fnevermind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fnevermind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fnevermind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fnevermind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bozdoz","download_url":"https://codeload.github.com/bozdoz/nevermind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bozdoz%2Fnevermind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32449677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["go","node","nvm","version-manager"],"created_at":"2024-10-19T05:43:46.010Z","updated_at":"2026-04-30T00:31:24.616Z","avatar_url":"https://github.com/bozdoz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nevermind\n\na node version manager\n\nA play on `nvm`.  Inspired by both [nvm-sh](https://github.com/nvm-sh/nvm) and [nvm-windows](https://github.com/coreybutler/nvm-windows), which were written in shell and go, respectively.\n\n## Installation (WIP)\n\nCurrently in development.  \n\nRequirements:\n\n1. Docker\n2. VSCode\n\nGetting Started:\n\n1. Use/Open in VSCode devcontainer (.devcontainer directory) extension\n2. Run the go package download prompts\n\nYou might need to build the executable:\n\n```bash\ngo build -o ~/.nevermind/bin ./nvm-shim\n```\n\nOr with `go generate`:\n\n```bash\ngo generate ./...\n```\n\nMake sure this directory is in your `PATH` (perhaps via `.bashrc`):\n\n```bash\nexport PATH=\"$HOME/.nevermind/bin:$PATH\"\n```\n\n```bash\ngo run ./nvm install 16.0.0\n```\n\n```bash\ngo run ./nvm use 16.0.0\n```\n\nThis should have created a `~/.nevermind/config.json` file pointing to the version you've set to `use`, and installed that version to `~/.nevermind/node/`.\n\nRun with `DEBUG=1` to output debug logs:\n\n```bash\nDEBUG=1 go run ./nvm install 16.0.0\n```\n\nIf this is all set up, you should be able to run:\n\n```bash\nnode -v\n```\n\n### Remaining tasks\n\n- github actions for building and generating releases\n  - https://github.com/softprops/action-gh-release\n- install script (bash?)\n  - I want a way to automatically build nvm-shim, update PATH, create binary symlinks on installation\n\n\nnvm tasks:\n- write nvm install script for windows (extracting zip at minimum)\n- tests\n\nnvm-shim tasks:\n- tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozdoz%2Fnevermind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbozdoz%2Fnevermind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbozdoz%2Fnevermind/lists"}