An open API service indexing awesome lists of open source software.

https://github.com/tangle-network/cli

đŸ•¸ī¸ The Webb Command-line tools 🧰
https://github.com/tangle-network/cli

Last synced: about 1 year ago
JSON representation

đŸ•¸ī¸ The Webb Command-line tools 🧰

Awesome Lists containing this project

README

          

Webb CLI


đŸ•¸ī¸ The Webb Command-line tools 🧰


âš ī¸ Beta Software âš ī¸


## Features ✨

* Easy to Use 🐤
* Fast ⚡
* Secure 🔒
* Misuse-resistant đŸšĢ
* Privacy đŸ•ĩī¸

Read More here: [Webb CLI: Goals and Ideas](https://github.com/webb-tools/cli/discussions/2)

## Install â›šī¸

#### Unix (Linux, macOS, WSL2, ..)

```
$ curl -fsSL https://git.io/get-webb.sh | sh
```

#### Windows

```
$ iwr https://git.io/get-webb.ps1 -useb | iex
```

## Safety

This crate uses `#![deny(unsafe_code)]` to ensure everything is implemented in
100% Safe Rust.

## Contributing

Want to join us? take a look at some of these issues:

- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]

[good-first-issue]: https://github.com/webb-tools/cli/labels/good%20first%20issue
[help-wanted]: https://github.com/webb-tools/cli/labels/help%20wanted

## License


Licensed under GPLV3 license.



Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the GPLV3 license, shall
be licensed as above, without any additional terms or conditions.