Add github mirror
This commit is contained in:
parent
94b3117dc3
commit
ae56529524
|
@ -2,6 +2,8 @@
|
|||
|
||||
None of this crap is really tested. Have fun!
|
||||
|
||||
[🖥️ Upstream][upstream] • [🐙 GitHub Mirror][github]
|
||||
|
||||
## Installation
|
||||
|
||||
Run the below scripts to install `poc-cli` for your platform:
|
||||
|
@ -72,7 +74,7 @@ sudo chmod 755 /usr/bin/poc-cli
|
|||
|
||||
## Usage
|
||||
|
||||
It's self-documenting!
|
||||
It's self-documenting... sort of!
|
||||
|
||||
```
|
||||
poc-cli
|
||||
|
@ -125,3 +127,6 @@ poc-cli
|
|||
- Contains information about where to find plugins and their versions
|
||||
- Plugins
|
||||
- Probably dumb scripts that call fancier things
|
||||
|
||||
[upstream]: https://git.lyte.dev/lytedev/pluggable-cli-deno
|
||||
[github]: https://github.com/lytedev/pluggable-cli-deno
|
||||
|
|
|
@ -34,6 +34,9 @@ async function usage() {
|
|||
console.info(" ensure-plugin <plugin-name>")
|
||||
console.info(" list-plugins")
|
||||
console.info(" show-config")
|
||||
console.info(" <plugin> [args] (Example: poc-cli echo Parrot)")
|
||||
console.info(" if the specified plugin isn't installed,")
|
||||
console.info(" poc-cli will install it for you")
|
||||
}
|
||||
|
||||
async function listPlugins() {
|
||||
|
|
Loading…
Reference in a new issue