https://github.com/adelura/dependencyhellper
https://github.com/adelura/dependencyhellper
dependency dependency-manager npm npm-link
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adelura/dependencyhellper
- Owner: adelura
- Created: 2016-06-03T10:09:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T19:30:46.000Z (about 3 years ago)
- Last Synced: 2025-03-06T08:37:18.548Z (4 months ago)
- Topics: dependency, dependency-manager, npm, npm-link
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependency Hellper
Are you using `npm link` command often? Have you ever lost track of which package is linked and where?
Do you want easily link or unlink some package in your project? This utility is for you.## Installation
``` sh
$ npm install -g dependencyhellper
```Then you will have `dh` option available in your command line interface.
## Commands
``` sh
$ dh [command]
```### list
Show all linked packages in your project
### link
Link chosen packages from available ones
### unlink
Unlink chosen packages from already linked ones
Flag `-a --all`: Unlink all linked packages
Flag `-r --replace`: Replace with original packages (npm install)### reset
Unlink all linked packages and replace with original ones (npm install)