dependency/README.md

28 lines
1.2 KiB
Markdown
Raw Normal View History

2019-05-20 04:36:59 +02:00
# dependency
## Description
2019-05-25 23:57:49 +02:00
A system agnostic function to have dependencies installed or removed.
2019-05-20 04:36:59 +02:00
## Options
2019-05-25 23:57:49 +02:00
- `-r/--remove`, uninstall packages (instead of installing them).
2019-05-20 04:36:59 +02:00
- `-n/--name [function]`, output the name of a function that calls for the installation/update of given packages, and ask for permission to have them installed/updated.
- `-f/--force [package]`, when uninstalling a package, do so by simply deleating its binary.
- `--p/pip [package]`, describe a package to be handled using `pip`.
- `--N/npm [package]`, describe a package to be handled using `npm`.
- `--P/plugin [package]`, describe a fish plugin to be handled with either `omf` or `fisher`. To install, pass the **address** of its git repository.
## Disclaimer
2019-05-25 23:57:49 +02:00
> This script has only been tested on Termux and some Debian-based operating systems, both of which use the `apt` package manager by default. The commands for verification, installation, updating and uninstallation of other default package managers have been drawn from reference. If you experience problems using this script wih your default package manager, issue reports and pull requests will be most welcome.
2019-05-20 04:36:59 +02:00
---
Ⓐ Made in Anarchy. No wage slaves were economically coerced into the making of this work.