mure 0.1.0

A command line tool for creating and managing multiple repositories.
mure-0.1.0 is not a library.

mure

A command line tool for creating and managing multiple repositories.

Installation

cargo install mure

Usage

directory structure

$HOME/.mure.toml ... configuration file
$HOME/.dev ... development directory
$HOME/.dev/repo ... repositories directory

When you clone a repository, it will be clone into the $HOME/.dev/repo/github.com/{owner}/{repo} directory.

mure init (Not implemented yet)

Generate .mure.toml file in home directory.

mure clone

mure clone clone the repository to the common directory. And makes symbolic links to the working repository.

mure clone <url>

mure issues

mure issues shows the list of issues and pull requests of all repositories.

Example:

mure refresh

mure refresh updates the repository.

License

BSD-3-Clause