An open API service indexing awesome lists of open source software.

https://github.com/dantecatalfamo/repo2

Repository management tool
https://github.com/dantecatalfamo/repo2

Last synced: about 2 months ago
JSON representation

Repository management tool

Awesome Lists containing this project

README

        

# repo2
Repository management tool

Replacement for the original `repo` tool I wrote in Raku.

## Build

Currently building using zig master.

`zig build`

## Install

Copy the output binary (`zig-out/bin/repo-zig`) to somewhere in your `$PATH`.

Add the following line to your `.bashrc`

```sh
eval "$(repo-zig shell)"
```

## Usage

```
usage: repo [args]

Commands:
cd Change to a project directory under ~/src
clone Clone a repository into ~/src according to the site, user, and project
help Display this help information
shell Print shell helper functions for eval
env Print the current default environment values
ls List all repo directories
new Create a new project directory from a template
```