slp/README.md

25 lines
716 B
Markdown
Raw Normal View History

2021-08-26 21:31:43 +00:00
# slp
2017-08-31 00:22:44 +00:00
2021-08-26 21:31:43 +00:00
SLope Package manager.
2017-08-31 00:22:44 +00:00
2021-08-26 21:31:43 +00:00
An easy way to install, remove, and update slope packages.
2017-08-31 00:22:44 +00:00
```
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
2017-08-31 00:22:44 +00:00
```
2021-08-26 22:16:48 +00:00
Operations can be chained (e.g. `slp +foo -bar`...)
2017-08-31 00:52:10 +00:00
2017-08-31 12:02:40 +00:00
2021-08-26 22:16:48 +00:00
Packages can be registered in the repository at [https://git.rawtext.club/slope-lang/packages](slope-lang/packages) by submitting a PR to that repository
2017-08-31 12:02:40 +00:00