{"id":15407349,"url":"https://github.com/izumin5210/clig","last_synced_at":"2025-04-18T03:18:53.574Z","repository":{"id":57489973,"uuid":"160001294","full_name":"izumin5210/clig","owner":"izumin5210","description":"boilerplate generator and utilities for CLI tools in Go","archived":false,"fork":false,"pushed_at":"2019-09-20T10:16:57.000Z","size":79,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T06:21:49.220Z","etag":null,"topics":["boilerplate","cli","golang"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/izumin5210/clig/pkg/cli","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/izumin5210.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":"2018-12-02T00:55:56.000Z","updated_at":"2024-11-20T03:01:03.000Z","dependencies_parsed_at":"2022-09-02T10:51:11.696Z","dependency_job_id":null,"html_url":"https://github.com/izumin5210/clig","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izumin5210%2Fclig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izumin5210%2Fclig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izumin5210%2Fclig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izumin5210%2Fclig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izumin5210","download_url":"https://codeload.github.com/izumin5210/clig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249419583,"owners_count":21268664,"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":["boilerplate","cli","golang"],"created_at":"2024-10-01T16:28:32.359Z","updated_at":"2025-04-18T03:18:53.558Z","avatar_url":"https://github.com/izumin5210.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clig / clib\n[![Build Status](https://travis-ci.com/izumin5210/clig.svg?branch=master)](https://travis-ci.com/izumin5210/clig)\n[![GoDoc](https://godoc.org/github.com/izumin5210/clig/pkg/cli?status.svg)](https://godoc.org/github.com/izumin5210/clig/pkg/cli)\n[![license](https://img.shields.io/github/license/izumin5210/clig.svg)](./LICENSE)\n\n- :building_construction: `clig` is a boilerplate generator for CLI tools in Go\n- :wrench: [`pkg/clib`](https://godoc.org/github.com/izumin5210/clig/pkg/clib) is a utility package to create CLI tools efficiently \n\n## Usage\n\n```console\n# initialize a new project\n$ clig init awesomecli\n\n$ cd awesomecli\n$ tree -I 'bin|vendor'\n.\n├── Gopkg.lock\n├── Gopkg.toml\n├── Makefile\n├── cmd\n│   └── awesomecli\n│       └── main.go\n├── pkg\n│   └── awesomecli\n│       ├── cmd\n│       │   └── cmd.go\n│       ├── config.go\n│       └── context.go\n└── tools.go\n```\n\n## Installation\nTo install clig, you can use `go get`:\n\n```console\n$ go get github.com/izumin5210/clig/cmd/clig\n```\n\n## Author\n- Masayuki Izumi ([@izumin5210](https://github.com/izumin5210))\n\n\n## License\nlicensed under the MIT License. See [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizumin5210%2Fclig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizumin5210%2Fclig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizumin5210%2Fclig/lists"}