git-ultimate-cloner
v4.0.0
Published
Are you tried of cloning repo, opening in vs-code and installing packages in various folders... No more use git-ultimate-cloner and make your life simple
Downloads
25
Readme
Git ultimate cloner
For contributing please read this
Use this 😎😎😎
npm i -g git-ultimate-cloner
guc clone <repository-url>
Or this 🥵🥵🥵
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
What does it do?
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)
Documentation
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 default atom
Currently supported various package managers:
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:
Prerequsites
Contributors
Contributors
if (youLikedOurPackage) {
starThisRepository();
}