Skip to content

codespider/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published