{"id":17024210,"url":"https://github.com/arrow2nd/codic-cli","last_synced_at":"2025-03-22T18:23:27.142Z","repository":{"id":37199804,"uuid":"438445449","full_name":"arrow2nd/codic-cli","owner":"arrow2nd","description":"📚 CLI tool of codic","archived":false,"fork":false,"pushed_at":"2025-02-18T08:16:55.000Z","size":1260,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T04:41:16.892Z","etag":null,"topics":["cli","codic"],"latest_commit_sha":null,"homepage":"https://arrow2nd.com/works/codic-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/arrow2nd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-12-15T00:38:41.000Z","updated_at":"2025-02-18T08:16:52.000Z","dependencies_parsed_at":"2023-11-15T04:31:35.275Z","dependency_job_id":"56533560-cee7-43ab-848b-a642a5e2a9ce","html_url":"https://github.com/arrow2nd/codic-cli","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/arrow2nd%2Fcodic-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fcodic-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fcodic-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrow2nd%2Fcodic-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrow2nd","download_url":"https://codeload.github.com/arrow2nd/codic-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245000776,"owners_count":20545114,"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":["cli","codic"],"created_at":"2024-10-14T07:24:51.366Z","updated_at":"2025-03-22T18:23:27.106Z","avatar_url":"https://github.com/arrow2nd.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codic-cli\n\n[codic](https://codic.jp/) をターミナルから利用する為の CLI ツール\n\n[![test](https://github.com/arrow2nd/codic-cli/actions/workflows/test.yml/badge.svg)](https://github.com/arrow2nd/codic-cli/actions/workflows/test.yml)\n[![release](https://github.com/arrow2nd/codic-cli/actions/workflows/release.yml/badge.svg)](https://github.com/arrow2nd/codic-cli/actions/workflows/release.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/arrow2nd/codic-cli)](https://goreportcard.com/report/github.com/arrow2nd/codic-cli)\n![GitHub all releases](https://img.shields.io/github/downloads/arrow2nd/codic-cli/total)\n[![GitHub license](https://img.shields.io/github/license/arrow2nd/codic-cli)](https://github.com/arrow2nd/codic-cli/blob/main/LICENSE)\n\n![codic-cli](https://user-images.githubusercontent.com/44780846/146678773-5c518844-f5b9-4ada-a2b4-db3c50a02fc7.gif)\n\n## 必要なもの\n\n[codic](https://codic.jp/)の API キーが必要です。[こちら](https://codic.jp/my/api_status)から取得してください。\n\n## インストール\n\n### Homebrew\n\n```sh\nbrew tap arrow2nd/tap\nbrew install codic\n```\n\n### それ以外\n\n[Releases](https://github.com/arrow2nd/codic-cli/releases) からお使いの環境にあったファイルをダウンロードしてください。\n\n## コマンド\n\n### get\n\n`get [\u003c日本語\u003e] [--case 名前付け規則] [--prefix 接頭辞スタイル]`\n\nネーミングを生成します。\n\n```txt\n$ codic get こんにちは世界 --case snake --prefix camel\nhello_world\n```\n\nフラグを省略すると設定したデフォルト値に基づいて生成されます。\n\nまた、ネーミングの生成に失敗した場合でもそのまま出力します。\n\n#### 名前付け規則のパラメータ\n\n| パラメータ名 | 規則名                       | 例         |\n| ------------ | ---------------------------- | ---------- |\n| pascal       | パスカルケース               | PascalCase |\n| camel        | キャメルケース               | camelCase  |\n| snake        | スネークケース               | snake_case |\n| screaming    | スクリーミングスネークケース | SNAKE_CASE |\n| kebab        | ケバブケース                 | kebab-case |\n| space        | なし（スペース区切り）       | space case |\n\n#### 接頭辞スタイルのパラメータ\n\n| パラメータ名 | 説明                            | 例          |\n| ------------ | ------------------------------- | ----------- |\n| microsoft    | MS ネーミングガイドラインに準拠 | IOException |\n| camel        | CamelCase のルールに準拠        | IoException |\n| literal      | リテラル（変換しない)           |             |\n\n### config api\n\nAPI キーを設定します。\n\n### config case\n\nデフォルトの名前付け規則の種類を設定します。\n\n### config prefix\n\nデフォルトの接頭辞スタイルを設定します。\n\n### config list\n\n設定されているデフォルト値を表示します。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Fcodic-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrow2nd%2Fcodic-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrow2nd%2Fcodic-cli/lists"}