The slope package manager (currently broken due to domain transfer, fix in progress)
Go to file
2021-08-26 15:16:48 -07:00
args Adds search functionality 2021-08-26 15:16:48 -07:00
operators Adds search functionality 2021-08-26 15:16:48 -07:00
go.mod Initial commit of pluto-lang plp fork 2021-08-26 14:31:43 -07:00
go.sum Initial commit of pluto-lang plp fork 2021-08-26 14:31:43 -07:00
LICENSE Update name in LICENSE 2017-08-31 01:26:08 +01:00
main.go Adds search functionality 2021-08-26 15:16:48 -07:00
README.md Adds search functionality 2021-08-26 15:16:48 -07:00
slp Adds search functionality 2021-08-26 15:16:48 -07:00
TODO.md Fix < and > in TODO 2017-08-31 20:34:13 +01:00

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
slp ?<term>       # searches for a package

slp list          # lists all packages in the index
slp help          # prints help

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

Packages can be registered in the repository at https://git.rawtext.club/slope-lang/packages by submitting a PR to that repository