用于克隆frc robot项目并为eclipse配置它们的脚本

roboclone的Python项目详细描述


一个用于克隆包含frc robot项目的git存储库的简单脚本 并将它们配置为与eclipse一起使用。

安装说明

打开终端并运行:

pip install roboclone

如果要将最新版本推送到git,请运行:

pip install git+https://github.com/simon-andrews/roboclone.git

用法

现在你已经安装了Roboclone,是时候使用它了!打开终端并键入roboclone。像这样的东西 应该出现:

$ roboclone
usage: roboclone [-h] [--gitargs args] [--force [FORCE]]
                 remote_url destination
roboclone: error: the following arguments are required: remote_url, destination

添加-h开关以显示帮助消息:

$ 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

克隆存储库:

$ roboclone https://github.com/Team4761/2015-Robot-Code.git 2015-Robot-Code
100%

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java操作数组上的字符串   java JAXB内容未实例化   图形在Java中如何绘制垂直居中的字符串?   java Apache Ant:使用Junit时出现NoClassDefFoundError   java无法从服务器上运行perl脚本   如何在java中沿树进行预排序遍历,并打印0和1以对应每个节点上的特定字符?   java如何创建。p12文件?   java线程访问无效   java只匹配命名空间中的XML节点,而不知道NS前缀   从java获取2d arraylist元素   数组Java动态集合对象   java Xpath通过通配符或布尔运算查找以相同名称开头的节点?   java注释元素类型   java在中看不到Super()。反编译后的类文件