{"id":15690166,"url":"https://github.com/ldez/motoko","last_synced_at":"2025-05-07T06:03:56.984Z","repository":{"id":57574793,"uuid":"165926665","full_name":"ldez/motoko","owner":"ldez","description":"Motoko: Based on Go modules, update a dependency to a major version.","archived":false,"fork":false,"pushed_at":"2025-05-07T05:55:52.000Z","size":93,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T06:03:49.785Z","etag":null,"topics":["go","go-modules","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ldez.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"ldez","ko_fi":"ldez_oss","liberapay":"ldez","thanks_dev":"u/gh/ldez"}},"created_at":"2019-01-15T21:30:28.000Z","updated_at":"2025-05-07T05:55:56.000Z","dependencies_parsed_at":"2025-01-06T20:27:15.917Z","dependency_job_id":"37de860c-9d85-4269-896d-dc1833380b05","html_url":"https://github.com/ldez/motoko","commit_stats":{"total_commits":63,"total_committers":2,"mean_commits":31.5,"dds":0.4126984126984127,"last_synced_commit":"46eb21d5a4518cc853d1d4dfdb171c461489034a"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldez%2Fmotoko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldez%2Fmotoko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldez%2Fmotoko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldez%2Fmotoko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ldez","download_url":"https://codeload.github.com/ldez/motoko/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823921,"owners_count":21809713,"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":["go","go-modules","golang"],"created_at":"2024-10-03T18:08:03.282Z","updated_at":"2025-05-07T06:03:56.950Z","avatar_url":"https://github.com/ldez.png","language":"Go","funding_links":["https://github.com/sponsors/ldez","https://ko-fi.com/ldez_oss","https://liberapay.com/ldez","https://thanks.dev/u/gh/ldez"],"categories":[],"sub_categories":[],"readme":"# Motoko (Major Motoko Kusanagi)\n\n[![release](https://img.shields.io/github/tag/ldez/motoko.svg)](https://github.com/ldez/motoko/releases)\n[![Build Status](https://github.com/ldez/motoko/workflows/Main/badge.svg?branch=master)](https://github.com/ldez/motoko/actions)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ldez/motoko)](https://goreportcard.com/report/github.com/ldez/motoko)\n\n[![Sponsor me](https://img.shields.io/badge/Sponsor%20me-%E2%9D%A4%EF%B8%8F-pink.svg)](https://github.com/sponsors/ldez)\n\nBased on Go modules, update a dependency to a major version.\n\n## How to Use\n\n### Main\n\n```bash\nUsage of motoko:\n\n  motoko \u003ccommand\u003e [\u003cflags\u003e]\n\nCommands:\n  update   [\u003cflags\u003e]\n  version  [\u003cflags\u003e]\n\nFlags:\n  --help,-h  Display help\n```\n\n### Update\n\n```bash\nUsage of update:\n  -filenames\n        Only display file names.\n  -latest\n        Update to the latest available version.\n  -lib string\n        Lib to update. (Required)\n  -version string\n        Version to set.\n```\n\n### Examples\n\n```bash\n# update to the latest version:\nmotoko update --lib github.com/ldez/go-git-cmd-wrapper --latest\n\n# update to a specific major version:\nmotoko update --lib github.com/ldez/go-git-cmd-wrapper --version 6\n\n# update to a specific version:\nmotoko update --lib github.com/ldez/go-git-cmd-wrapper --version v6.0.0\n```\n\n## How to Install\n\n### Binaries\n\n* To get the binary just download the latest release for your OS/Arch from [the releases page](https://github.com/ldez/motoko/releases)\n* Unzip the archive.\n* Add `motoko` in your `PATH`.\n\nAvailable for: Linux, MacOS, Windows, FreeBSD, OpenBSD.\n\n### From a package manager\n\n- [ArchLinux (AUR)](https://aur.archlinux.org/packages/motoko/):\n```bash\nyay -S motoko\n```\n\n- [Homebrew Taps](https://github.com/ldez/homebrew-tap)\n```bash\nbrew tap ldez/tap\nbrew update\nbrew install motoko\n```\n\n- [Scoop Bucket](https://github.com/ldez/scoop-bucket)\n```bash\nscoop bucket add motoko https://github.com/ldez/scoop-bucket.git\nscoop install motoko\n```\n\n### From sources\n\n```bash\ngo install github.com/ldez/motoko@latest\n\n# or \n\ngo install github.com/ldez/motoko@v0.2.4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldez%2Fmotoko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fldez%2Fmotoko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldez%2Fmotoko/lists"}