Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wasmerio/wapm-cli
📦 WebAssembly Package Manager (CLI)
https://github.com/wasmerio/wapm-cli
cli linux macosx package-manager rust wasi wasm webassembly windows
Last synced: about 2 months ago
JSON representation
📦 WebAssembly Package Manager (CLI)
- Host: GitHub
- URL: https://github.com/wasmerio/wapm-cli
- Owner: wasmerio
- License: mit
- Archived: true
- Created: 2019-03-22T00:10:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T11:04:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T06:04:49.975Z (2 months ago)
- Topics: cli, linux, macosx, package-manager, rust, wasi, wasm, webassembly, windows
- Language: Rust
- Homepage: https://wapm.io/
- Size: 4.1 MB
- Stars: 374
- Watchers: 16
- Forks: 26
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
The WebAssembly Package Manager CLI. This tool enables installing, managing, and publishing wasm packages on the [wapm.io][wapmio] registry.
## Installation
### With [`Wasmer`](https://wapm.io/help/install):
As described in [README.md of Wasmer](https://github.com/wasmerio/wasmer#install), you can install `wapm-cli` together by the following command:
```bash
curl https://get.wasmer.io -sSfL | sh
```### With [`Cargo`](https://crates.io/crates/wapm-cli/):
```bash
cargo install wapm-cli
```### With [`Homebrew`](https://formulae.brew.sh/formula/wapm):
```bash
brew install wapm
```## Get Started
Read 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.
## Get Help
Feel 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!
## Contributing
See the [contributing guide][contributing] for instruction on contributing to `wapm-cli`.
## Development
### Update GraphQL Schema
If the WAPM GraphQL server has been updated, update the GraphQL schema with:
```
graphql get-schema -e prod
```_Note: You will need `graphql-cli` installed for this: `npm install -g graphql-cli`._
[contributing]: CONTRIBUTING.md
[guide]: https://wapm.io/help/guide
[reference]: https://wapm.io/help/reference
[spectrum]: https://spectrum.chat/wasmer
[wasmer]: https://wasmer.io
[wapmio]: https://wapm.io