firhatsungkar / git-clone-code

CLI for automatically clone git repo on the custom code structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-clone-code

CLI for automatically clone git repo in the custom dir structures.

Installation

pip install .

Development Setup

  • Initiate virtual env
python3 -m venv .venv && source .venv/bin/activate
  • Install package
pip install --editable .

About

CLI for automatically clone git repo on the custom code structure.

License:MIT License


Languages

Language:Python 100.0%