1.3.0 • Published 2 years ago

scriptrepo v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
1.3.0

2 years ago

1.2.0

2 years ago

1.1.7

2 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago