project

command module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2019 License: MIT Imports: 10 Imported by: 0

README

Project

Project is an opinionated repository management tool. It believes your source code should live in a tree stemming from a single root (~/ by default) (similar to a GOPATH).

Installation

Installation is simple, simply:

$ go get github.com/purposed/project

Configuration

Project is configured via environment variables.

  • PURPOSED_OWNER : Default owner of repositories. (default: ${USER})
  • PURPOSED_SOURCEPROVIDER : Default source hosting provider to use (default: github.com)
  • PURPOSED_SOURCEROOT : Default directory for the source root. (default: ~/)

Usage

Listing managed projects
$ project list
Syncing managed projects
$ project sync
Fetching repositories
$ project clone github.com/user/project

Project will fetch the source code & clone it in the ${ROOT}/src/github.com/user/project/ directory.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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