{"id":16048958,"url":"https://github.com/devongovett/workspace-registry","last_synced_at":"2025-10-29T05:07:45.055Z","repository":{"id":66053764,"uuid":"334754545","full_name":"devongovett/workspace-registry","owner":"devongovett","description":"Virtual NPM registry for Yarn workspaces","archived":false,"fork":false,"pushed_at":"2021-01-31T20:53:03.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T07:14:26.821Z","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/devongovett.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-31T20:52:48.000Z","updated_at":"2021-02-19T09:55:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"50a040e3-db5f-48bb-9cb8-51afe6b6beb5","html_url":"https://github.com/devongovett/workspace-registry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devongovett/workspace-registry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fworkspace-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fworkspace-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fworkspace-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fworkspace-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devongovett","download_url":"https://codeload.github.com/devongovett/workspace-registry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fworkspace-registry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263348018,"owners_count":23452866,"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-10-09T00:11:40.483Z","updated_at":"2025-10-29T05:07:39.997Z","avatar_url":"https://github.com/devongovett.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# workspace-registry\n\nA virtual NPM registry server for testing packages locally without needing to manually publish.\n\nIt uses [Yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) as the source of truth,\nand implements the [NPM registry API](https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md)\nto respond to metadata and tarball requests on the fly.\n\nThe version of each package is based on a hash of all of the files in the package. This means that whenever\nyou change any file in a package, the version changes automatically. Note that this means that only a single \nversion of the package is available at a time. No historical versions are retained.\n\nAny dependency that is not in the Yarn workspaces monorepo is\nproxied from the public NPM registry.\n\n## Usage\n\n1. Run the `workspace-registry` command within the root directory of your Yarn workspaces monorepo. \n   This starts a local registry server on port 4321.\n2. In the project where you want to install packages from your monorepo, run \n   `yarn add PACKAGE_NAME --registry http://localhost:4321`.\n3. When you want to update the packages from the monorepo, just `rm -rf node_modules yarn.lock` and run `yarn` again.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevongovett%2Fworkspace-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevongovett%2Fworkspace-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevongovett%2Fworkspace-registry/lists"}