{"id":13617785,"url":"https://github.com/wasmerio/wapm-cli","last_synced_at":"2025-04-14T06:35:36.919Z","repository":{"id":34742855,"uuid":"177042614","full_name":"wasmerio/wapm-cli","owner":"wasmerio","description":"📦 WebAssembly Package Manager (CLI)","archived":true,"fork":false,"pushed_at":"2023-03-07T11:04:22.000Z","size":4304,"stargazers_count":374,"open_issues_count":47,"forks_count":26,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-10-29T06:04:49.975Z","etag":null,"topics":["cli","linux","macosx","package-manager","rust","wasi","wasm","webassembly","windows"],"latest_commit_sha":null,"homepage":"https://wapm.io/","language":"Rust","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/wasmerio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2019-03-22T00:10:10.000Z","updated_at":"2024-10-25T16:14:11.000Z","dependencies_parsed_at":"2024-01-13T19:41:20.261Z","dependency_job_id":"4957c665-9601-4431-a47d-756f8c34d74c","html_url":"https://github.com/wasmerio/wapm-cli","commit_stats":{"total_commits":518,"total_committers":20,"mean_commits":25.9,"dds":0.7142857142857143,"last_synced_commit":"6865b801e184b697277a96ca8ef0c5f53102bf6e"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmerio%2Fwapm-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmerio%2Fwapm-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmerio%2Fwapm-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasmerio%2Fwapm-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasmerio","download_url":"https://codeload.github.com/wasmerio/wapm-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223622043,"owners_count":17174812,"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","linux","macosx","package-manager","rust","wasi","wasm","webassembly","windows"],"created_at":"2024-08-01T20:01:47.957Z","updated_at":"2024-11-08T02:31:16.148Z","avatar_url":"https://github.com/wasmerio.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://wapm.io\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg height=\"110\" src=\"assets/logo.png\" alt=\"Wapm logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/wasmerio/wapm-cli/actions?query=workflow%3A%22core+tests%22\"\u003e\n    \u003cimg src=\"https://github.com/wasmerio/wapm-cli/workflows/core%20tests/badge.svg?branch=master\" alt=\"tests\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/wasmerio/wasmer/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/wasmerio/wasmer.svg\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://spectrum.chat/wasmer\"\u003e\n    \u003cimg src=\"https://withspectrum.github.io/badge/badge.svg\" alt=\"Join the Wasmer Community\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Introduction\n\nThe WebAssembly Package Manager CLI. This tool enables installing, managing, and publishing wasm packages on the [wapm.io][wapmio] registry. \n\n## Installation\n\n### With [`Wasmer`](https://wapm.io/help/install):\n\nAs described in [README.md of Wasmer](https://github.com/wasmerio/wasmer#install), you can install `wapm-cli` together by the following command:\n\n```bash\ncurl https://get.wasmer.io -sSfL | sh\n```\n\n### With [`Cargo`](https://crates.io/crates/wapm-cli/):\n\n```bash\ncargo install wapm-cli\n```\n\n### With [`Homebrew`](https://formulae.brew.sh/formula/wapm):\n\n```bash\nbrew install wapm\n```\n\n## Get Started\n\nRead the [`wapm-cli` user guide on `wapm.io`][guide] to get started using the tool and use the [`wapm-cli` reference][reference] for information about the CLI commands.\n\n## Get Help\n\nFeel free to take a look at the [WAPM documentation](https://docs.wasmer.io/ecosystem/wapm). You can also join the discussion on [spectrum chat][spectrum] in the `wapm-cli` channel, or create a GitHub issue. We love to help!\n\n## Contributing\n\nSee the [contributing guide][contributing] for instruction on contributing to `wapm-cli`.\n\n## Development\n\n### Update GraphQL Schema\n\nIf the WAPM GraphQL server has been updated, update the GraphQL schema with:\n\n```\ngraphql get-schema -e prod\n```\n\n_Note: You will need `graphql-cli` installed for this: `npm install -g graphql-cli`._\n\n[contributing]: CONTRIBUTING.md\n[guide]: https://wapm.io/help/guide\n[reference]: https://wapm.io/help/reference\n[spectrum]: https://spectrum.chat/wasmer\n[wasmer]: https://wasmer.io\n[wapmio]: https://wapm.io\n","funding_links":[],"categories":["Rust","cli"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasmerio%2Fwapm-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasmerio%2Fwapm-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasmerio%2Fwapm-cli/lists"}