prjdep

command module
v0.0.0-...-babb1e9 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2017 License: MIT Imports: 10 Imported by: 0

README

prjdep

CircleCI

prjdep is golang dependencies management tool.

install

go get github.com/eaglesakura/prjdep

Save golang dependencies

cd /path/to/project/dir
prjdep init

Generated dependencies.json file

{
  "Repositories": [
    {
      "ImportPath": "github.com/stretchr/testify",
      "Rev": "4d4bfba8f1d1027c4fdbe371823030df51419987",
      "Lang": "golang"
    },
    {
      "ImportPath": "github.com/urfave/cli",
      "Rev": "347a9884a87374d000eec7e6445a34487c1f4a2b",
      "Lang": "golang"
    }
  ]
}

Restore golang dependencies

cd /path/to/project/dir
prjdep restore

for Circle.yml

sample circle.yml

dependencies:
  override:
    - go get github.com/eaglesakura/prjdep
    - prjdep restore

LICENSE

see LICENSE.txt

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