Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 906 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 906 Bytes

Utility Scripts

This repository contains utility scripts to simplify development workflow and frequently repeated activities.

Feature Support

Currently available scripts

  • repo organizer

Installation

Pre-requisites: Python 3.7+ should be available as python3 at system level

$ which python3
This should point to system level python 3
$ pip3 install parse==1.11.1

To install scripts:

$ echo "export REPO_HOME=~/code" >> ~/.zshrc
$ mkdir -p $REPO_HOME/github.com/codespider/scripts
$ git clone https://github.com/codespider/scripts.git $REPO_HOME/github.com/codespider/scripts
$ make install

Usage

To clone a new repo

$ repo clone <git url>

To list current repos

$ repo ls

To navigate to a repo

$ rcd