pluggable-cli-deno/manifest.yml

19 lines
668 B
YAML
Raw Normal View History

2022-02-12 01:47:23 -06:00
_version: '20220212062110'
plugins:
echo:
2022-02-12 02:05:58 -06:00
remote: 'https://git.lyte.dev/lytedev/echo.git'
2022-02-12 01:47:23 -06:00
run: '{plugin_dir}/echo.sh'
2022-02-12 02:05:58 -06:00
# this is the default installCommand, so we don't really need to specify it
installCommand: ['git', 'clone', '{remote}', '{plugin_dir}']
# none of these work, but wouldn't be tough to implement if needed
# preInstallCommand:
2022-02-12 01:47:23 -06:00
# 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:
2022-02-12 02:05:58 -06:00
remote: 'https://git.lyte.dev/lytedev/shutup-cli-plugin.git'
2022-02-12 01:47:23 -06:00
run: '{plugin_dir}/shutup.sh'