{"id":16274895,"url":"https://github.com/moviestoreguy/gopher","last_synced_at":"2025-04-08T16:20:28.517Z","repository":{"id":57602615,"uuid":"163748760","full_name":"MovieStoreGuy/gopher","owner":"MovieStoreGuy","description":"A development tool to make starting go projects easier","archived":false,"fork":false,"pushed_at":"2019-01-02T16:26:50.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T12:52:15.548Z","etag":null,"topics":["development","golang","golang-tools"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MovieStoreGuy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-01T16:02:06.000Z","updated_at":"2019-01-01T23:35:01.000Z","dependencies_parsed_at":"2022-09-26T20:00:55.559Z","dependency_job_id":null,"html_url":"https://github.com/MovieStoreGuy/gopher","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovieStoreGuy%2Fgopher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovieStoreGuy%2Fgopher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovieStoreGuy%2Fgopher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovieStoreGuy%2Fgopher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MovieStoreGuy","download_url":"https://codeload.github.com/MovieStoreGuy/gopher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247877963,"owners_count":21011158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["development","golang","golang-tools"],"created_at":"2024-10-10T18:30:40.365Z","updated_at":"2025-04-08T16:20:28.493Z","avatar_url":"https://github.com/MovieStoreGuy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gopher\n[![Go Report Card](https://goreportcard.com/badge/github.com/MovieStoreGuy/gopher)](https://goreportcard.com/report/github.com/MovieStoreGuy/gopher)\n[![Maintainability](https://api.codeclimate.com/v1/badges/3f34c6090b7f4fa04596/maintainability)](https://codeclimate.com/github/MovieStoreGuy/gopher/maintainability)\n[![Build Status](https://travis-ci.org/MovieStoreGuy/gopher.svg?branch=master)](https://travis-ci.org/MovieStoreGuy/gopher)\n[![codecov](https://codecov.io/gh/MovieStoreGuy/gopher/branch/master/graph/badge.svg)](https://codecov.io/gh/MovieStoreGuy/gopher)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)  \n_Gopher enables the management and development of Golang projects while switch between different developer environments._\n\nWhen trying to develop projects under different usernames or organisations, it can become frustrating walking through the directories. In order to simplify creating projects, gopher aims to make creating a project less taxing on the developer creating it and just let them get on with it.\n\n## Installation\n```\n# With out using go modules\nmkdir -p ${GOPATH:-'~/go'}/src/github.com/MovieStoreGuy\ngit clone https://github.com/MovieStoreGuy/gopher.git ${GOPATH:-'~/go'}/src/github.com/MovieStoreGuy/gopher\ncd ${GOPATH:-'~/go'}/src/github.com/MovieStoreGuy/gopher\ndep ensure\ngo install\n\n# Using go modules\ngit clone https://github.com/MovieStoreGuy/gopher.git\ncd gopher\ngo install\n```\n\n## Usage\nTo get started with `gopher` make sure it is on your $PATH. Once it is on the path, you can start using it.\n```\nUsage: gopher [global options] \u003cverb\u003e [verb options] [nested verb...]\n\nGlobal options:\n        -p, --profile      Define the profile to use with gopher (default: current)\n        -v, --verbose      Enable verbose logging\n        -h, --help         Show the global help\n\nVerbs:\n    create:\n        -p, --path         Define an alternate path to create the project (Requires Go v1.11+)\n        -h, --help         creates a project based on the supplied profile with the name added after flags\n    profile:\n        -n, --name         The name of the profile to store\n        -v, --vcs          The name of the VCS to use\n        -u, --username     The username to develop as\n        -m, --make-default Make the defined profile the default used\n        -h, --help         To use profile ensure you supply a subverb of [create, show, set]\n    project:\n        -h, --help         To use projects ensure you supply a subverb of [show]\n```\n**Note: Due to a limitation with the library being used within, options must occur before the verb.**\n\n## Further Development\nThis project is in alpha and should be used with care. Any feature requests should be raised against the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoviestoreguy%2Fgopher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoviestoreguy%2Fgopher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoviestoreguy%2Fgopher/lists"}