slp/README.md
2021-08-26 23:11:23 -07:00

716 B

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