go-dev

command module
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2022 License: MIT Imports: 3 Imported by: 0

README

go-dev

.github/workflows/release.yaml Go CodeQL

CLI for open and initiate development folder projects.

Just go in terminal and "dev my_project", and the tool will find the project into folders and open it.

Installing

Using go install
go install github.com/guionardo/go-dev
Download from releases

Only for linux-amd64

Go to release page and download the latest go-dev-v*-linux-amd64.tar.gx

Extract the go-dev file into a folder. Assure that this folder is in PATH variable.

Check the installation

❯ go-dev --version
go-dev version 0.0.0

Environment

  • GO_DEV_CONFIG = Configuration file (default = ~/.config/go-dev/go-dev.yaml)

Commands

❯ go-dev --help
NAME:
   go-dev - Go to your projects

USAGE:
   go-dev [global options] command [command options] [arguments...]

VERSION:
   1.7.0

DESCRIPTION:
   Builder Info: guionardo@ambevtech-guionardo - 2022-10-25 00:15:03

AUTHOR:
   Guionardo Furlan <guionardo@gmail.com>

COMMANDS:
   go       Execute go command
   setup    Setup go-dev
   sync     Sync go-dev
   init     Initialize go-dev for bash
   url, u   Open URL from repository into current browser
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --config-file value  (default: "/home/guionardo/.config/go-dev/go-dev.yaml") [$GO_DEV_CONFIG]
   --debug              (default: false) [$GO_DEV_DEBUG]
   --output value       (default: "/home/guionardo/.config/go-dev/go-dev.sh")
   --help, -h           show help (default: false)
   --version, -v        print the version (default: false)

RELEASE INSTRUCTIONS

  • Create a branch in the release/v*.*.* format
  • Add your changes and assure tests are OK
  • Push and do a pull request to merge into develop

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
ctx
pkg
git
io

Jump to

Keyboard shortcuts

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