/git-mror

Primary LanguageTypeScriptMIT LicenseMIT

Tool is still in development

mror

Mirror your repository to an empty repository without history, included with all branches.

IMPORTANT NOTE

Use git-mror wisely! This is not an good practice to handle your repository.

Table of Content

Usage

$ npm install -g git-mror
$ mror COMMAND
running command...
$ mror (--version)
git-mror/0.0.0 win32-x64 node-v16.13.1
$ mror --help [COMMAND]
USAGE
  $ mror COMMAND
...

Commands

mror it

  $ mror it -s <value> -d <value> [-w <value>]

Flags

Short Long Required Description
-d --destination ✔️ Destination repository
-s --source ✔️ Source repository
-w --workingdirectory ✖️ Custom working directory. Default: System temp folder.

Development

This project is based on oclif from Salesforce

  1. Checkout Repository
  2. Run npm install
  3. Run ./bin/dev --help