Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelura/dependencyhellper
https://github.com/adelura/dependencyhellper
dependency dependency-manager npm npm-link
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adelura/dependencyhellper
- Owner: adelura
- Created: 2016-06-03T10:09:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T19:30:46.000Z (over 2 years ago)
- Last Synced: 2024-11-08T01:45:06.391Z (about 1 month 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)