https://github.com/alvarolorentedev/dependency-shrinker
a command line tool to check what dependencies of an executable are really critical and not
https://github.com/alvarolorentedev/dependency-shrinker
command-line command-line-tool dependencies executable
Last synced: about 1 year ago
JSON representation
a command line tool to check what dependencies of an executable are really critical and not
- Host: GitHub
- URL: https://github.com/alvarolorentedev/dependency-shrinker
- Owner: alvarolorentedev
- License: mit
- Created: 2017-02-07T13:22:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T20:49:19.000Z (over 2 years ago)
- Last Synced: 2025-02-08T17:23:22.680Z (over 1 year ago)
- Topics: command-line, command-line-tool, dependencies, executable
- Language: JavaScript
- Size: 795 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 
[](https://travis-ci.org/kanekotic/dependency-shrinker)
[](https://codecov.io/gh/kanekotic/dependency-shrinker)
[](https://github.com/kanekotic/dependency-shrinker)
[](https://github.com/kanekotic/dependency-shrinker/blob/master/LICENSE)
[](https://GitHub.com/kanekotic/dependency-shrinker/graphs/commit-activity)
[](https://www.paypal.me/kanekotic/)
## Mission
a command line tool to check what dependencies of an executable are really critical and not
## Installation
```
npm install dependency-shrinker -g
```
## use
this command will list the runtime dependencies that can be possible removed (will only detect the ones that will cause a crash if removed).
```
depshrink [Paths to dependencies folders]
```
## Warning
if you kill the process of the command line tool at any point of execution you might end up in a situation where a dependency is missing.
I will not take resposability on the issues generated by this package, so use at your own risk and make sure you backup all before using. And use with caution.
### Logo
Arrows graphic by Stephen Hutchings from Flaticon is licensed under CC BY 3.0. Made with Logo Maker