wmuc

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2018 License: GPL-3.0 Imports: 2 Imported by: 0

README

Wind Me Up, Chuck

Build Status

A git repository manager.

Installation

$ go get github.com/mfinelli/wmuc

Usage

Specify the repos that you want in a directory with a chuckfile:

# chuckfile

# clone repositories into the same directory
# as the chuckfile
repo "https://github.com/mfinelli/wmuc.git"

# clone repositories into a directory
project "wmuc" do
    repo "https://github.com/mfinelli/wmuc.git"

    # optionally, specify a branch to checkout
    repo "https://github.com/mfinelli/wmuc.git", branch: "dev"
end

Now, to clone any missing repositories run wmuc sync.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
scripts
completions command
doc command
license command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL