scriptrepo
v1.3.0
Published
A CLI for running a directory of scripts
Downloads
38
Readme
Description
scriptrepo
allows you to upload scripts to a git repo. This allows you to use the same scripts across computers or even share them with a team.
Support Scripts
Currently, scriptrepo
supports .sh
, .js
, .ts
and .py
scripts.
Repo Config
Optionally, you can add a repo config file named scriptrepo.json
or .scriptrepo.json
to configure your repo.
Script Config
Optionally, you can add script configs named <script-name>.scriptrepo.json
or .<script-name>.scriptrepo.json
to configure your scripts.
Example Script Repo
Check out these example script repos:
Usage
Usage: scriptrepo [options]
Add, update and run scripts from git repos
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
add [options] Add script
remove [options] Remove script
update [options] Update scripts
execute [options] Execute scripts
list [options] List scripts
help [command] display help for command