Git Product home page Git Product logo

gmx's Introduction

GMX

gmx is an extension for golang module management which can enable you to maintain a local collection of go modules in common use. It provides a set of interactive commands for an easy management of the local collection of golang modules. All the info of golang modules you collect will be stored in a file named .gmx.yaml in your home directory.

Installation

Download and install the package with the following command:

$ go get github.com/utilbox/gmx

This will create the gmx executable under your $GOPATH/bin directory. You can move it to a permanent directory under $PATH so that you can use it without caring what the $GOPATH would be changed to.

You can also download the gmx executable directly from the release page:

https://github.com/utilbox/gmx/releases

Get started

All the commands provided by gmx are interactive. You can easily get to know about what to do next following the prompts. Basically, when you want to use the functions, you need to compose the commands in a format as below:

$ gmx [command]

All the available commands are listed as below:

  • add: Add a module or a version to local collection.
  • help: Help about any command.
  • list: List all the modules in local collection.
  • rm: Remove a module or a version from local collection.
  • search: Search a module from the local collection.
  • update: Update the info of a module in the local collection.
  • use: Import a module to current project.

Use gmx [command] --help for more information about a command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.