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

https://github.com/datnguye/hello-rs

👋 Hello CLI in Rust
https://github.com/datnguye/hello-rs

hello rust

Last synced: 7 months ago
JSON representation

👋 Hello CLI in Rust

Awesome Lists containing this project

README

          

# hello-rs (hola)

[![Crates.io](https://img.shields.io/crates/v/hola?style=flat-square)](https://crates.io/crates/hola)

Hello CLI in Rust

```bash
hola --name World
# 👋 Hello World!
```

## Installation

- Make sure you firstly [install Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html)
- Install `hola` CLI:

```bash
cargo install hola
```

- Check `--help` for the CLI reference:

```log
$ hola --help
Usage: hola --name

Options:
-n, --name Name of the person to greet
-h, --help Print help
-V, --version Print version
```

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md)

## License

Under the [MIT License](./LICENSE)