{"id":19713599,"url":"https://github.com/gofr-dev/gofr-cli","last_synced_at":"2026-02-20T12:03:02.046Z","repository":{"id":251164797,"uuid":"787367836","full_name":"gofr-dev/gofr-cli","owner":"gofr-dev","description":"Gofr command line utility ","archived":false,"fork":false,"pushed_at":"2024-09-09T11:53:33.000Z","size":51,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-09T14:08:15.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gofr-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-16T11:47:52.000Z","updated_at":"2024-09-08T03:15:53.000Z","dependencies_parsed_at":"2024-09-09T13:40:55.866Z","dependency_job_id":null,"html_url":"https://github.com/gofr-dev/gofr-cli","commit_stats":null,"previous_names":["gofr-dev/gofr-cli"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofr-dev%2Fgofr-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofr-dev%2Fgofr-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofr-dev%2Fgofr-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gofr-dev%2Fgofr-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gofr-dev","download_url":"https://codeload.github.com/gofr-dev/gofr-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224033943,"owners_count":17244695,"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":[],"created_at":"2024-11-11T22:23:46.417Z","updated_at":"2026-02-20T12:03:02.039Z","avatar_url":"https://github.com/gofr-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 style=\"text-align: center; font-size: 100px; font-weight: 500;\"\u003e\n    \u003ci\u003eGo\u003c/i\u003eFr Command Line Interface 🚀\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg align=\"center\" width=\"300\" alt=\"logo\" src=\"https://github.com/gofr-dev/gofr/assets/44036979/916fe7b1-42fb-4af1-9e0b-4a7a064c243c\"\u003e\n\u003c/p\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://pkg.go.dev/gofr.dev/cli/gofr\"\u003e\u003cimg src=\"https://img.shields.io/badge/GoDoc-Read%20Documentation-blue?style=for-the-badge\" alt=\"godoc\"\u003e\u003c/a\u003e\n\u003ca href=\"https://gofr.dev/docs/references/gofrcli\"\u003e\u003cimg src=\"https://img.shields.io/badge/GoFr-Docs-orange?style=for-the-badge\" alt=\"gofr-docs\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-Apache_2.0-blue?style=for-the-badge\" alt=\"Apache 2.0 License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/wsaSkQTdgq\"\u003e\u003cimg src=\"https://img.shields.io/badge/discord-join-us?style=for-the-badge\u0026logo=discord\u0026color=7289DA\" alt=\"discord\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## ⚙️ **What is GoFr CLI?**\nGoFr CLI is the command line tool for initializing projects and performing tasks in accordance with GoFr framework.\nUsers can use this CLI from initializing a simple hello world program using GoFr to writing migrations for your databases.\n\n---\n\n## 💡 Key Features\n1. **`init`** - Initializes a new GoFr project with a basic \"Hello World!\" program.\n2. **`migrate create`** - Creates boilerplate code for database migrations to modify your schema.\n3. **`wrap grpc`** - Creates gRPC handlers with GoFr context based on proto files.\n4. **`version`** - Checks the current version of the GoFr CLI tool.\n\n---\n\n## 🚀 **Getting Started**\n\n### **Prerequisites**\n- GoFr CLI requires **[Go](https://go.dev/)** version **[1.22](https://go.dev/doc/devel/release#go1.22.0)** or above.\n\n### **Installation**\nTo get started with GoFr CLI, use the below commands\n\n```bash\n  go install gofr.dev/cli/gofr@latest\n```\n\nTo check the installation:\n```bash\n  gofr version\n```\n---\n\n## 🔒 **Secure Cloning**\nTo securely clone the GoFr CLI repository, you can use HTTPS or SSH:\n\n### Cloning with HTTPS\n```bash\n  https://github.com/gofr-dev/gofr-cli.git\n```\n\n### Cloning with SSH\n```bash\n  git@github.com:gofr-dev/gofr-cli.git\n```\n---\n## 🤝 **Contributing**\n\nContributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.\n\n---\n\n### 🎁 **Get a GoFr T-Shirt \u0026 Stickers!**\n\nIf your PR is merged, or if you contribute by writing articles or promoting GoFr CLI, we invite you to fill out [this form](https://forms.gle/R1Yz7ZzY3U5WWTgy5) to claim your GoFr merchandise as a token of our appreciation!\n\n### Partners\n\n\u003cimg src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png\" alt=\"JetBrains logo\" width=\"200\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofr-dev%2Fgofr-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgofr-dev%2Fgofr-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgofr-dev%2Fgofr-cli/lists"}