A script for cloning FRC robot projects and configuring them for Eclipse
Project description
A neat little script for cloning git repositories containing FRC robot projects and configuring them for use with Eclipse.
Install Instructions
Open a terminal and run:
pip install roboclone
If you want the very latest version pushed to git then run:
pip install git+https://github.com/simon-andrews/roboclone.git
Usage
Now that you have RoboClone installed, it’s time to use it! Open a terminal and type roboclone. Something like this should show up:
$ roboclone
usage: roboclone [-h] [--gitargs args] [--force [FORCE]]
remote_url destination
roboclone: error: the following arguments are required: remote_url, destination
Add the -h switch to show a help message:
$ roboclone -h
usage: roboclone [-h] [--gitargs args] [--force [FORCE]]
remote_url destination
positional arguments:
remote_url url of the remote git repository (https or ssh)
destination directory to clone repository to
optional arguments:
-h, --help show this help message and exit
--gitargs args extra arguments for git
--force [FORCE] write metadata files even if they already exist in the repo
Clone a repository:
$ roboclone https://github.com/Team4761/2015-Robot-Code.git 2015-Robot-Code 100%
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
roboclone-2.0.tar.gz
(3.3 kB
view details)
File details
Details for the file roboclone-2.0.tar.gz.
File metadata
- Download URL: roboclone-2.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47bef41e7bcf96d056a57d162057b9a432c29ead95b7eff3924cd2b8a72e7da6
|
|
| MD5 |
af8bbdd4bad111727d31e93c1cb5265d
|
|
| BLAKE2b-256 |
78301c3539c1e1ea6930761fce21e43642535e30bbbb01d0b1de3123683b0b06
|