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
- Host: GitHub
- URL: https://github.com/datnguye/hello-rs
- Owner: datnguye
- License: mit
- Created: 2023-10-21T03:27:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T05:13:05.000Z (about 2 years ago)
- Last Synced: 2025-06-06T12:05:22.422Z (7 months ago)
- Topics: hello, rust
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-rs (hola)
[](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)