dependency

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

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

Go to latest
Published: Jun 2, 2023 License: MIT Imports: 22 Imported by: 0

README

dependency

Build Status | codecov | Go Report Card | GoDoc

A simple dependency manager with a internal vcs. This dependency manager is being used in all my personal projects :)

If i miss something or you have something interesting, please be part of this project. Let me know! My contact is at the end.

With support for

  • Get, to get the dependencies
  • Reset, to delete the user locked dependencies and Get dependencies
  • Add , to add a new dependency
  • Remove , to remove a existing dependency
Go
go get github.com/joaosoft/dependency

Usage

Commands

// generate dependencies
dependency get (takes in consideration the import-gen.yml (is exists) and the import-lock.yml)

// update dependencies (just takes in consideration the import-lock.yml)
dependency update

// delete lock configuration
dependency reset

// add a new dependency (just takes in consideration the import-lock.yml)
dependency add github/joaosoft/web

// remove a dependency (just takes in consideration the import-lock.yml)
dependency remove github/joaosoft/web

Files

  • import-gen.yml, generated files with dependencies
  • import-lock.yml, user dependencies lock

Known issues

Follow me at

Facebook: https://www.facebook.com/joaosoft

LinkedIn: https://www.linkedin.com/in/jo%C3%A3o-ribeiro-b2775438/

If you have something to add, please let me know joaosoft@gmail.com

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