![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
global-git-clone
Advanced tools
global-git-clone is a command line tool that allows you to clone git repositories to your projects directory following a specific naming convention.
global-git-clone is a command line tool that allows you to clone git repositories to your projects directory following a specific naming convention.
$ npm install -g global-git-clone
$ global-git-clone COMMAND
running command...
$ global-git-clone (--version)
global-git-clone/0.1.1-beta.9 linux-x64 node-v16.14.2
$ global-git-clone --help [COMMAND]
USAGE
$ global-git-clone COMMAND
...
global-git-clone clone <repo>
global-git-clone config
global-git-clone help [COMMAND]
global-git-clone template
global-git-clone template add [NAME]
global-git-clone template list
global-git-clone template ls
global-git-clone template remove [NAME]
global-git-clone template rm [NAME]
global-git-clone update [CHANNEL]
global-git-clone clone <repo>
Clone a repository from a remote url, to your local projects directory.
USAGE
$ global-git-clone clone <repo>
$ global-git-clone clone <repo> --template <template>
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-t, --template=<value> [default: default] template name or string
-v, --verbose verbose output
DESCRIPTION
Clone a repository from a remote url, to your local projects directory.
EXAMPLES
$ global-git-clone clone git@gtihub.com:natonathan/global-git-clone.git
$ global-git-clone clone https://github.com/natonathan/global-git-clone.git --template sdk
$ global-git-clone clone git@gtihub.com:natonathan/global-git-clone.git --template "~/git/{provider}/{owner}/{repo}"
See code: dist/commands/clone.ts
global-git-clone config
Prints the current config file
USAGE
$ global-git-clone config [-l debug|info|warn|error] [-v] [-c <value>] [-d]
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-v, --verbose verbose output
DESCRIPTION
Prints the current config file
EXAMPLES
$ global-git-clone config
See code: dist/commands/config/index.ts
global-git-clone help [COMMAND]
Display help for global-git-clone.
USAGE
$ global-git-clone help [COMMAND] [-n]
ARGUMENTS
COMMAND Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for global-git-clone.
See code: @oclif/plugin-help
global-git-clone template
List all available templates
USAGE
$ global-git-clone template [-l debug|info|warn|error] [-v] [-c <value>] [-d] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-v, --verbose verbose output
-x, --extended show extra columns
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
List all available templates
ALIASES
$ global-git-clone template ls
$ global-git-clone template list
EXAMPLES
$ global-git-clone template
See code: dist/commands/template/index.ts
global-git-clone template add [NAME]
Add a new template
USAGE
$ global-git-clone template add [NAME] [-l debug|info|warn|error] [-v] [-c <value>] [-d] [-f] [-n <value>] [-t
<value>]
ARGUMENTS
NAME template name
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-f, --force
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-n, --name=<value> template name
-t, --template=<value> template string
-v, --verbose verbose output
DESCRIPTION
Add a new template
EXAMPLES
$ global-git-clone template add
global-git-clone template list
List all available templates
USAGE
$ global-git-clone template list [-l debug|info|warn|error] [-v] [-c <value>] [-d] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-v, --verbose verbose output
-x, --extended show extra columns
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
List all available templates
ALIASES
$ global-git-clone template ls
$ global-git-clone template list
EXAMPLES
$ global-git-clone template list
global-git-clone template ls
List all available templates
USAGE
$ global-git-clone template ls [-l debug|info|warn|error] [-v] [-c <value>] [-d] [--columns <value> | -x]
[--sort <value>] [--filter <value>] [--output csv|json|yaml | | [--csv | --no-truncate]] [--no-header | ]
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-v, --verbose verbose output
-x, --extended show extra columns
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--output=<option> output in a more machine friendly format
<options: csv|json|yaml>
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
List all available templates
ALIASES
$ global-git-clone template ls
$ global-git-clone template list
EXAMPLES
$ global-git-clone template ls
global-git-clone template remove [NAME]
Remove a template
USAGE
$ global-git-clone template remove [NAME] [-l debug|info|warn|error] [-v] [-c <value>] [-d] [-n <value>]
ARGUMENTS
NAME template name
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-n, --name=<value> template name
-v, --verbose verbose output
DESCRIPTION
Remove a template
ALIASES
$ global-git-clone template rm
EXAMPLES
$ global-git-clone template remove
global-git-clone template rm [NAME]
Remove a template
USAGE
$ global-git-clone template rm [NAME] [-l debug|info|warn|error] [-v] [-c <value>] [-d] [-n <value>]
ARGUMENTS
NAME template name
FLAGS
-c, --config=<value> custom config file
-d, --dry-run dry run
-l, --loglevel=(debug|info|warn|error) [default: info] log level
-n, --name=<value> template name
-v, --verbose verbose output
DESCRIPTION
Remove a template
ALIASES
$ global-git-clone template rm
EXAMPLES
$ global-git-clone template rm
global-git-clone update [CHANNEL]
update the global-git-clone CLI
USAGE
$ global-git-clone update [CHANNEL] [-a] [-v <value> | -i] [--force]
FLAGS
-a, --available Install a specific version.
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
-v, --version=<value> Install a specific version.
--force Force a re-download of the requested version.
DESCRIPTION
update the global-git-clone CLI
EXAMPLES
Update to the stable channel:
$ global-git-clone update stable
Update to a specific version:
$ global-git-clone update --version 1.0.0
Interactively select version:
$ global-git-clone update --interactive
See available versions:
$ global-git-clone update --available
See code: @oclif/plugin-update
FAQs
global-git-clone is a command line tool that allows you to clone git repositories to your projects directory following a specific naming convention.
The npm package global-git-clone receives a total of 5 weekly downloads. As such, global-git-clone popularity was classified as not popular.
We found that global-git-clone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.