marvin

command module
v0.0.0-...-678a821 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2019 License: GPL-3.0 Imports: 5 Imported by: 0

README

Marvin

Installing

I'm putting a process in place to create builds for Mac and Linux that you'll be able to download from the releases page. In the meantime, use the development instructions below to build it from source. The

Development

  • If you don't have it already, install Go.

  • If you didn't set a different workspace by setting the $GOPATH variable, run export GOPATH=~/go to make it available in subsequent steps.

  • Set up Mage, a Make equivalent for Go

      go get -u -d github.com/magefile/mage
      cd $GOPATH/src/github.com/magefile/mage
      go run bootstrap.go
    
  • Clone this repo and cd into it. The location is important:

      git clone https://github.com/marvin-automator/marvin.git $GOPATH/src/github.com/marvin-automator/marvin
      cd $GOPATH/src/github.com/marvin-automator/marvin
    
  • Run mage setup To set up dependencies.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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