21 releases
0.6.0 | Jun 2, 2021 |
---|---|
0.5.3 | Dec 5, 2020 |
0.5.2 | Oct 31, 2020 |
0.4.2 | Jun 10, 2020 |
0.1.9 | Jun 20, 2019 |
#358 in Operating systems
53 downloads per month
440KB
506 lines
rustman
Cross platfrom package manager
Description
Search and install rust binaires
Usage
Update all local packages
rustman
Search and install interactively a specific pacakge
rustman $package
install a pacakge
rustman -S $package
install a pacakge with nightly
rustman -S +nightly $package
remove a pacakge
rustman -R $package
show installed pacakges
rustman --list
Example
rustman repl
Releases
Automatic releases by github actions are uploaded here https://github.com/sigmaSd/rustman/releases
Changelog
Dependencies
~6–21MB
~279K SLoC