The slope language package manager https://slope.colorfield.space
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Zac Garby a035abd15f Fix < and > in TODO 6 years ago
args Parse generate operations 6 years ago
operators Implement List() 6 years ago
LICENSE Update name in LICENSE 6 years ago
README.md Update README 6 years ago
TODO.md Fix < and > in TODO 6 years ago
main.go Right-align operation names 6 years ago

README.md

plp

Pluto Package Manager.

An easy way to install, remove, and update Pluto packages.

plp +package    # installs a package
plp -package    # removes a package
plp ^package    # updates a package

Operations can be chained (e.g. plp +foo -bar.)

You can list all packages available for installation:

plp list

Packages can be registered in the repository pluto-language/packages - just submit a PR.