For contributing please read this
npm i -g git-ultimate-cloner
guc clone <repository-url>
cd desktop
cd projects
git clone <repo-url>
cd repository-name
code .
open terminal in vs code
npm install
cd client
npm install
cd ..
cd server
npm install
cd ..
npm run dev
-
Clones your repo
-
Installs all the npm packages Or dart, php... find morepresent in the repo (even the inner folders).
-
Opens your repositoy in your favorite ide
All in a single step 🤩🤩🤩
-
Set your default path so that WHEREVER you open your command prompt it will clone into the path you set
Example: Your projects folder (Open cmd in any folder and it will clone into your projects folder)
For usage details: guc --help
-
To simply clone:
guc clone <repo-link>
-
To set default path to clone into:
guc set-folder default "C:\Users\SANKAR KUMAR\Desktop\projects"
-
If u set a default folder but want to clone into current folder then:
guc clone <repo-link> --folder current
-
Set more custom folders to clone ur projects into respective folders:
guc set-folder myfolder "C:\Users\SANKAR KUMAR\Desktop\projects\myfolder"
-
To clone into custom folder:
guc clone <repo-link> --folder myfolder
-
To open in your atom ide (by default opens in vscode):
guc clone <repo-link> --ide atom
-
To set default ide:
guc set-ide atom
Automatically searches and installs...
- NPM Packages
- PHP Modules
- Yarn and pnpm
- Dart Packages
- Ruby Gems
- Rust Crates
- Go Packages
- Maven Dependencies
For more feature suggestions visit:
Kvs Sankar Kumar | Tanmay Vyas | Dev Sharma |
if (youLikedOurPackage) {
starThisRepository();
}