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.
go install github.com/guionardo/go-dev
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.
❯ go-dev --version
go-dev version 0.0.0
- GO_DEV_CONFIG = Configuration file (default = ~/.config/go-dev/go-dev.yaml)
❯ 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 <[email protected]>
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)
- 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