{"id":18287696,"url":"https://github.com/silentred/toolkit","last_synced_at":"2025-07-19T04:32:01.959Z","repository":{"id":57523851,"uuid":"93816766","full_name":"silentred/toolkit","owner":"silentred","description":"Toolkit of web API and RPC services","archived":false,"fork":false,"pushed_at":"2020-04-09T09:44:40.000Z","size":95,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T06:41:48.739Z","etag":null,"topics":["api-service","rpc-service"],"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/silentred.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":"2017-06-09T03:52:42.000Z","updated_at":"2020-04-09T09:43:53.000Z","dependencies_parsed_at":"2022-09-26T18:10:51.401Z","dependency_job_id":null,"html_url":"https://github.com/silentred/toolkit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/silentred/toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentred%2Ftoolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentred%2Ftoolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentred%2Ftoolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentred%2Ftoolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silentred","download_url":"https://codeload.github.com/silentred/toolkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silentred%2Ftoolkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265888890,"owners_count":23844527,"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":["api-service","rpc-service"],"created_at":"2024-11-05T13:28:42.923Z","updated_at":"2025-07-19T04:32:01.940Z","avatar_url":"https://github.com/silentred.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toolkit\n\nToolkit of web API and RPC services\n\n![](https://img.shields.io/badge/language-golang-blue.svg)\n![](https://img.shields.io/badge/license-MIT-000000.svg)\n![](https://img.shields.io/github/tag/silentred/toolkit.svg)\n[![Go Report Card](https://goreportcard.com/badge/github.com/silentred/toolkit)](https://goreportcard.com/report/github.com/silentred/toolkit)\n[![codebeat badge](https://codebeat.co/badges/644e898b-f0cb-4a05-b701-cdfb790c37e5)](https://codebeat.co/projects/github-com-silentred-toolkit-master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ae66252a0e4b45719e08037088d07863)](https://www.codacy.com/app/silentred/toolkit?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=silentred/toolkit\u0026amp;utm_campaign=Badge_Grade)\n\n## Build\n\n```\ngo get github.com/silentred/toolkit\ncd $GOPATH/src/github.com/silentred/toolkit\nmake build\n./toolkit -v\n _____           _ _    _ _\n|_   _|__   ___ | | | _(_) |_\n  | |/ _ \\ / _ \\| | |/ / | __|\n  | | (_) | (_) | |   \u003c| | |_\n  |_|\\___/ \\___/|_|_|\\_\\_|\\__|\n\nVersion: v0.1.1\nGitHash: 7975f569095d28c979c70f192533fa35a507b0c7\nBuildTS: 2017-06-15 03:44:02\n\nNAME:\n   toolkit - A toolkit of the Toolkit\n\nUSAGE:\n   toolkit [global options] command [command options] [arguments...]\n\nVERSION:\n   v0.0.1\n\nCOMMANDS:\n     new, n   Create a new project\n     help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help\n   --version, -v  print the version\n```\n\n## Usage\n\n### Create new project\n\n```\n$ ./toolkit new myapp\n# Step1: creating dirs and files\ncreate file: /Users/jason/Desktop/projects/GOPATH/src/gitlab.luojilab.com/igetserver/myapp/main.go\ncreate file: /Users/jason/Desktop/projects/GOPATH/src/gitlab.luojilab.com/igetserver/myapp/service/echo.go\ncreate file: /Users/jason/Desktop/projects/GOPATH/src/gitlab.luojilab.com/igetserver/myapp/Makefile\ncreate file: /Users/jason/Desktop/projects/GOPATH/src/gitlab.luojilab.com/igetserver/myapp/config.toml\ncreate file successful\n# Step2: run following commands to start the app\ncd $GOPATH/gitlab.luojilab.com/igetserver/myapp\ngit init \u0026\u0026 git add * \u0026\u0026 git commit -m \"init commit\"\ngo get github.com/labstack/echo\nmake build \u0026\u0026 ./myapp\nHave fun!\n```\n\nFollow the guide and run the application.\n\n### Run and watch\n\nComing later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentred%2Ftoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilentred%2Ftoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilentred%2Ftoolkit/lists"}