Sha256: 3125335c5dd40d5ba65f10d387bb6496f58c3b6f64fab512abe3d46d4bd38152
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# ronin-repos 1 "2023-02-01" Ronin Repos "User Manuals" ## SYNOPSIS `ronin-repos` [*options*] [*COMMAND*] ## DESCRIPTION Allows downloading and managing git repositories. `ronin-repos` can install and use any git repository containing Ruby code or other data. ## OPTIONS `-h`, `--help` Prints help information. ## COMMANDS `install` Installs a 3rd-party git repository. `list`, `ls` Lists installed git repositories. `new` Generates a new git repository. `purge` Deletes all installed git repositories. `remove`, `rm` Removes a previously installed git repository. `update`, `up` Updates a previously installed git repository. ## ENVIRONMENT *HOME* Specifies the home directory of the user. Ronin will search for the `~/.cache/ronin-repos` cache directory within the home directory. *XDG_CACHE_HOME* Specifies the cache directory to use. Defaults to `$HOME/.cache`. ## FILES `~/.cache/ronin-repos` Installation directory for repositories. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO ronin-repos-install(1) ronin-repos-list(1) ronin-repos-remove(1) ronin-repos-update(1) ronin-repos-purge(1)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-repos-0.1.1 | man/ronin-repos.1.md |