{"id":13475250,"url":"https://github.com/feross/zelda","last_synced_at":"2025-11-01T05:03:46.773Z","repository":{"id":15201834,"uuid":"17930101","full_name":"feross/zelda","owner":"feross","description":"Automatically `npm link` all your packages together!","archived":false,"fork":false,"pushed_at":"2020-05-11T17:21:05.000Z","size":830,"stargazers_count":285,"open_issues_count":1,"forks_count":32,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T01:05:41.503Z","etag":null,"topics":["javascript","link","nodejs","npm","zelda"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/feross.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}},"created_at":"2014-03-20T03:54:26.000Z","updated_at":"2025-02-27T17:02:25.000Z","dependencies_parsed_at":"2022-09-26T20:22:04.533Z","dependency_job_id":null,"html_url":"https://github.com/feross/zelda","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fzelda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fzelda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fzelda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Fzelda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feross","download_url":"https://codeload.github.com/feross/zelda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423513,"owners_count":20936626,"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":["javascript","link","nodejs","npm","zelda"],"created_at":"2024-07-31T16:01:18.728Z","updated_at":"2025-11-01T05:03:46.743Z","avatar_url":"https://github.com/feross.png","language":"JavaScript","readme":"# zelda [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]\n\n[travis-image]: https://img.shields.io/travis/feross/zelda/master.svg\n[travis-url]: https://travis-ci.org/feross/zelda\n[npm-image]: https://img.shields.io/npm/v/zelda.svg\n[npm-url]: https://npmjs.org/package/zelda\n[downloads-image]: https://img.shields.io/npm/dm/zelda.svg\n[downloads-url]: https://npmjs.org/package/zelda\n[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[standard-url]: https://standardjs.com\n\n#### Automatically `npm link` all your packages together!\n\n![link spin attack](https://raw.githubusercontent.com/feross/zelda/master/img/link-attack.jpg)\n\nSometimes Link needs a little help from Zelda.\n\n### usage\n\n1. Install it globally.\n\n  ```bash\n  npm install -g zelda\n  ```\n\n2. Run `zelda` from your node project directory. For example:\n\n  ```bash\n  cd ~/code/my-project\n  zelda\n  ```\n\n`zelda` finds all the node packages in your code folder (`~/code/` in the example).\nIf any of these packages are listed as a dependency in the nearest `package.json`\nof your working directory, it automatically symlinks it for you.\n\nZelda assumes that all your code lives in the directory one level up from the\nfolder where you run `zelda`. So, keep all your packages in a single folder like\n`~/code` and run `zelda` inside one of the projects (ex: `~/code/my-project`).\n\n### what you might do if you're clever\n\n1. Clone a cool project.\n\n  ```bash\n  mkdir ~/code\n  cd ~/code\n  git clone git@github.com:feross/webtorrent.git\n  ```\n\n2. Clone the project dependencies you plan to work on.\n\n  ```bash\n  git clone git@github.com:feross/bittorrent-protocol.git\n  git clone git@github.com:feross/bittorrent-swarm.git\n  git clone git@github.com:feross/bittorrent-dht.git\n  ```\n\n3. Recursively `npm install` all project dependencies, but `npm link` the ones that are local.\n\n  ```bash\n  cd webtorrent\n  zelda\n  ```\n\nGone are the days of running tons of `npm link` commands by hand!\n\n### features\n\n- Automatically `npm link` all your modules together\n- Supports `dependencies`, `devDependencies`, and `optionalDependencies`\n- Recursively runs `npm install` so your freshly cloned projects are ready to go!\n\n### link is better with zelda!\n\n![link](https://raw.githubusercontent.com/feross/zelda/master/img/link-zelda.png)\n\n### license\n\nMIT. Copyright [Feross Aboukhadijeh](https://www.twitter.com/feross).\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeross%2Fzelda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeross%2Fzelda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeross%2Fzelda/lists"}