The slope package manager (currently broken due to domain transfer, fix in progress)
Go to file
2021-08-29 18:57:47 -07:00
args Updates readme and man page 2021-08-26 23:11:23 -07:00
operators Fixes logical inversion re: time before/after in registry download 2021-08-29 18:57:47 -07:00
.gitignore Adds man page and makefile, updates license, removes binary 2021-08-26 15:25: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 Adds man page and makefile, updates license, removes binary 2021-08-26 15:25:48 -07:00
main.go Revises help text 2021-08-27 14:51:04 +00:00
Makefile Adds man page and makefile, updates license, removes binary 2021-08-26 15:25:48 -07:00
README.md Updates readme and man page 2021-08-26 23:11:23 -07:00
slp.1 Updates readme and man page 2021-08-26 23:11:23 -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 @<package>      # displays info about a package
slp ?<term>         # searches for a package

slp list            # lists all packages in the index
slp gen             # start a new project
slp help            # prints help
slp docs [module]   # opens a module's readme for viewing

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