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.

469 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

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.