{"id":20424204,"url":"https://github.com/itpey/figo","last_synced_at":"2025-10-09T04:33:12.918Z","repository":{"id":237843157,"uuid":"792337683","full_name":"itpey/figo","owner":"itpey","description":"Figo is a command-line tool for rapidly scaffolding new Go projects.","archived":false,"fork":false,"pushed_at":"2024-05-02T14:52:30.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T04:42:55.176Z","etag":null,"topics":["cli","cli-app","command-line","command-line-tool","go","go-lang","golang","project"],"latest_commit_sha":null,"homepage":"https://github.com/itpey/figo","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itpey.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T13:14:27.000Z","updated_at":"2024-08-16T08:42:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ccc8341-632f-46af-ac92-0c6fce70b418","html_url":"https://github.com/itpey/figo","commit_stats":null,"previous_names":["itpey/figo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/itpey/figo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpey%2Ffigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpey%2Ffigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpey%2Ffigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpey%2Ffigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itpey","download_url":"https://codeload.github.com/itpey/figo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itpey%2Ffigo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000703,"owners_count":26082921,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cli","cli-app","command-line","command-line-tool","go","go-lang","golang","project"],"created_at":"2024-11-15T07:08:55.240Z","updated_at":"2025-10-09T04:33:12.874Z","avatar_url":"https://github.com/itpey.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[//]: # \"Title: figo\"\n[//]: # \"Author: itpey\"\n[//]: # \"Attendees: itpey\"\n[//]: # \"Tags: #itpey #go #figo #golang #go-lang #cli\"\n\n\u003cdiv align=\"center\"\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/itpey/figo/main/static/images/figo_icon_dark.png\"  width=\"250\" height=\"100\"\u003e\n  \u003cimg alt=\"Figo is a command-line tool for rapidly scaffolding new Go projects based on customizable templates. It provides various commands to create, manage, and work with project templates efficiently.\" src=\"https://raw.githubusercontent.com/itpey/figo/main/static/images/figo_icon-light.png\"  width=\"250\" height=\"100\" \u003e\n\u003c/picture\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\nFigo is a command-line tool for rapidly scaffolding new Go projects based on customizable templates. It provides various commands to create, manage, and work with project templates efficiently.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://pkg.go.dev/github.com/itpey/figo\"\u003e\n    \u003cimg src=\"https://pkg.go.dev/badge/github.com/itpey/figo.svg\" alt=\"Go Reference\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/itpey/figo/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/itpey/figo\" alt=\"license\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Features\n\n- **Project Creation**: Create new Go projects from predefined templates.\n- **Template Management**:\n  - List available project templates.\n  - Add templates from Git repositories.\n  - Delete specific or all project templates.\n- **Environment Check**: Verify system environment for required tools (Git and Go).\n\n# Installation\n\nMake sure you have Go installed and configured on your system. Use go install to install Figo:\n\n```bash\ngo install github.com/itpey/figo@latest\n```\n\nEnsure that your `GOBIN` directory is in your `PATH` for the installed binary to be accessible globally.\n\n# Usage\n\n## Checking System Environment\n\nTo check the system environment for required tools (Git and Go):\n\n```bash\nfigo doctor\n```\n\n## Creating a New Project\n\nTo create a new Go project with Figo:\n\n```bash\nfigo\n```\n\nThis will prompt you to enter the project name and select a template interactively.\n\n## Advanced Usage\n\nTo view detailed usage instructions and available commands:\n\n```bash\nfigo -h\n```\n\nThis will display comprehensive information about using Figo, including commands, options, and examples.\n\n# Feedback and Contributions\n\nIf you encounter any issues or have suggestions for improvement, please [open an issue](https://github.com/itpey/figo/issues) on GitHub.\n\nWe welcome contributions! Fork the repository, make your changes, and submit a pull request.\n\n# License\n\nFigo is open-source software released under the Apache License, Version 2.0. You can find a copy of the license in the [LICENSE](https://github.com/itpey/figo/blob/main/LICENSE) file.\n\n# Author\n\nFigo was created by [itpey](https://github.com/itpey)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitpey%2Ffigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitpey%2Ffigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitpey%2Ffigo/lists"}