shiipou / clone-project-manager

A simple script to help me to keep my projects clean when I clone it
MIT License
1 stars 1 forks source link

clone-project-manager

A simple script to help me to keep my projects clean when I clone it

Installation

Requirements

New installation

Just download the clone file and place it in a directory that was in your path.

I personnaly put it in ~/bin/clone

Quick curl script to do it with one of the following step :

curl -fSLo ~/bin/clone https://raw.githubusercontent.com/shiipou/clone-project-manager/main/clone

or

curl -fsSL https://raw.githubusercontent.com/shiipou/clone-project-manager/main/install.sh | bash -s -- install

Upgrading

Just run the upgrade script

clone upgrade

How to use it ?

Just clone the project like you'll do it with git clone.

clone https://github.com/shiipou/clone-project-manager

Why using this ?

This help to keep your home directory clean. To sort your workspaces by git remote server and groups, and will automatically add it to your vscode project managment

image