1.0.4 • Published 3 years ago

git-clone-and-launch-vscode v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

git-clone-and-launch-vscode

A cli tool to clone a Git repository and launch VSCcode with the cloned folder as the context.

Install:
npm install -g git-clone-and-launch-vscode

Run:
gclvs https://github.com/TomHerman11/git-clone-and-launch-vscode.git

Key Points

  • gclvs checks if the given Git repository URL is valid by testing it with a Regex.
  • gclvs runs:
    1. git clone <git repository url>
    2. code ./<git repository name>
  • Cloning with a personal access token as part of the Git repository URL is supported. The token and the URL are not stored in any way.