{"id":13638507,"url":"https://github.com/asdine/cueimports","last_synced_at":"2025-05-05T16:46:26.609Z","repository":{"id":59965851,"uuid":"535909954","full_name":"asdine/cueimports","owner":"asdine","description":"CUE tool that updates your import lines, adding missing ones and removing unused ones.","archived":false,"fork":false,"pushed_at":"2025-02-10T08:39:25.000Z","size":32,"stargazers_count":24,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T22:32:16.683Z","etag":null,"topics":["cue","editor-tool","go"],"latest_commit_sha":null,"homepage":"","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/asdine.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":"2022-09-13T01:17:56.000Z","updated_at":"2025-03-04T10:09:43.000Z","dependencies_parsed_at":"2024-01-14T09:11:59.274Z","dependency_job_id":"d5c6bdc4-0ab9-436e-bc72-a2ef5db39d50","html_url":"https://github.com/asdine/cueimports","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":0.04166666666666663,"last_synced_commit":"4c272f7b1477a6f36ac43fb2cd582d2dfad19e73"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdine%2Fcueimports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdine%2Fcueimports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdine%2Fcueimports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asdine%2Fcueimports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asdine","download_url":"https://codeload.github.com/asdine/cueimports/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252535783,"owners_count":21764013,"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":["cue","editor-tool","go"],"created_at":"2024-08-02T01:00:47.248Z","updated_at":"2025-05-05T16:46:26.591Z","avatar_url":"https://github.com/asdine.png","language":"Go","funding_links":[],"categories":["Projects"],"sub_categories":[],"readme":"# cueimports\n\ncueimports is a [CUE](https://github.com/cue-lang/cue) tool that updates your import lines, adding missing ones and removing unused ones.\n\nIt scans through:\n\n- your local packages\n- the cue.mod directory packages\n- the standard library packages\n\n## Install\n\n```bash\ngo install github.com/asdine/cueimports/cmd/cueimports@latest\n```\n\n## Usage\n\n```bash\n$ echo \"data: json.Marshal({a: math.Sqrt(7)})\" | cueimports\n```\n\n```\nimport (\n\t\"encoding/json\"\n\t\"math\"\n)\n\ndata: json.Marshal({a: math.Sqrt(7)})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasdine%2Fcueimports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasdine%2Fcueimports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasdine%2Fcueimports/lists"}