pluggable-cli-deno/manifest.yml

17 lines
496 B
YAML
Raw Normal View History

2022-02-12 01:47:23 -06:00
_version: '20220212062110'
plugins:
echo:
remote: '/home/daniel/code/pluggable-cli/plugins/echo'
run: '{plugin_dir}/echo.sh'
# preInstallCommand:
# installCommand: git clone $remote
# may also want to checkout a provided version tag and copy contents
# and only clone to a "plugin-repos" dir
# might want to omit git history, too?
# postInstallCommand:
shutup:
remote: '/home/daniel/code/pluggable-cli/plugins/shutup'
run: '{plugin_dir}/shutup.sh'