Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kvssankar/git-ultimate-cloner-npm
Are you tried of clone repo, opening in vs-code and installing packages... No more use hit and make your life simple
https://github.com/kvssankar/git-ultimate-cloner-npm
git gitclone hacktoberfest npm-package vscode
Last synced: about 2 months ago
JSON representation
Are you tried of clone repo, opening in vs-code and installing packages... No more use hit and make your life simple
- Host: GitHub
- URL: https://github.com/kvssankar/git-ultimate-cloner-npm
- Owner: kvssankar
- Created: 2020-07-26T06:28:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T10:47:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T03:35:45.462Z (2 months ago)
- Topics: git, gitclone, hacktoberfest, npm-package, vscode
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/git-ultimate-cloner
- Size: 85.9 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Git ultimate cloner
For contributing please read [this](https://github.com/kvssankar/git-ultimate-cloner/blob/master/CONTRIBUTING.md)
## Use this 😎😎😎
npm i -g git-ultimate-cloner
guc clone
## Or this 🥵🥵🥵
cd desktop
cd projects
git clone
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?
1. Clones your repo
2. Installs all the npm packages Or dart, php... [find more](https://github.com/kvssankar/git-ultimate-cloner/blob/master/README.md#supports-various-package-managers)present in the repo (even the inner folders).
3. Opens your repositoy in your favorite ideAll in a single step 🤩🤩🤩
4. 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
1. To simply clone:
```
guc clone
```2. To set default path to clone into:
guc set-folder default "C:\Users\SANKAR KUMAR\Desktop\projects"
3. If u set a default folder but want to clone into current folder then:
guc clone --folder current
4. Set more custom folders to clone ur projects into respective folders:
guc set-folder myfolder "C:\Users\SANKAR KUMAR\Desktop\projects\myfolder"
5. To clone into custom folder:
guc clone --folder myfolder
6. To open in your atom ide (by default opens in vscode):
guc clone --ide atom
7. To set default ide:
guc set-ide atom
# Currently supported various package managers:
Automatically searches and installs...
1. NPM Packages
2. PHP Modules
3. Yarn and pnpm
4. Dart Packages
5. Ruby Gems
6. Rust Crates
7. Go Packages
8. Maven Dependencies> For more feature suggestions visit:
[GitHub Repo](https://github.com/kvssankar/git-ultimate-cloner.git)
## Prerequsites
1. [NodeJS](https://nodejs.org/en/) installed.
2. [git](https://git-scm.com/) installed globally.## Contributors
## Contributors
Kvs Sankar Kumar
Tanmay Vyas
Dev Sharma
---
```javascript
if (youLikedOurPackage) {
starThisRepository();
}
```---