ianfabs / qlone

A CLI tool written in deno to clone git repos from url slugs (i.e. 'ianfabs/nanoid')

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qlone

A tool to quickly clone git repos from slugs.

Installation

deno install --allow-run https://x.fabs.dev/qlone/mod.js

Usage

$ qlone [SLUG] [TARGET_DIR?] [-lab?]
  
  qlone v1
  created by Ian Fabs<ian@fabs.dev>

  [SLUG]                     The slug of the repo to clone (i.e the 'denoland/deno' portion of 'https://github.com/denoland/deno')
  [TARGET_DIR](optional)     Change the name of the repository folder being cloned
  [-lab](optional)           Clone from gitlab instead of github.

About

A CLI tool written in deno to clone git repos from url slugs (i.e. 'ianfabs/nanoid')


Languages

Language:JavaScript 100.0%