The slope language package manager
https://slope.colorfield.space
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
args | 5 years ago | |
operators | 1 year ago | |
LICENSE | 5 years ago | |
README.md | 1 year ago | |
TODO.md | 5 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 1 year ago |
README.md
slp
SLope Package manager.
An easy way to install, remove, and update slope packages.
slp +package # installs a package
slp -package # removes a package
slp ^package # updates a package
Operations can be chained (e.g. slp +foo -bar
.)
You can list all packages available for installation:
slp list
Packages can be registered in the repository at https://git.rawtext.club/slope-lang/packages by submitting a PR.