Crates.io | nucrab |
lib.rs | nucrab |
version | 0.1.0 |
created_at | 2025-04-15 18:13:04.46032+00 |
updated_at | 2025-04-15 18:13:04.46032+00 |
description | A simple package manager for nushell. Compatible with nupm. |
homepage | |
repository | https://github.com/Mettwasser/nucrab |
max_upload_size | |
id | 1634951 |
size | 99,509 |
A very simple package manager for nushell
.
Nushell already has a package manager.
However, said package manager unfortunately cannot install from a remote - you need to clone the repo and then run your install script.
nucrab
(very creative name, I know) changes that!
Right now nucrab
isn't fully backwards compatible with nupm
.
Right now...
However, from what I was able to see, most nupm
packages use modules anyway. If requested I can add the other types as well.
~> nucrab -h
Usage: nucrab.exe <COMMAND>
Commands:
install Install a package from a github repo
uninstall Uninstall a package
list List all installed packages
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
~> nucrab install nushell/nupm
nupm has been installed (███████████████████████████████████████████████████████████████████████████████████████) 100%
~> nucrab list
- nupm
1 packages installed
~> nucrab uninstall nupm
uninstalling nupm...
nupm has been uninstalled
~> nucrab list
no packages installed