Discover Packages
github.com/marvin-automator/marvin
command
module
Version:
v0.0.0-...-678a821
Opens a new window with list of versions in this module.
Published: Feb 7, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
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.
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.