scriptrepo
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

scriptrepo

npm i scriptrepo -g

📜


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

Readme

Keywords

Package Sidebar

Install

npm i scriptrepo

Weekly Downloads

1

Version

1.3.0

License

MIT

Unpacked Size

110 kB

Total Files

70

Last publish

Collaborators

  • joshuatvernon