hola

Crates.iohola
lib.rshola
version0.1.1
sourcesrc
created_at2023-10-21 04:52:01.387987
updated_at2023-10-21 05:14:04.624635
description👋 Hello CLI in Rust
homepagehttps://github.com/datnguye/hello-rs
repositoryhttps://github.com/datnguye/hello-rs
max_upload_size
id1009814
size9,799
Dat Nguyen (datnguye)

documentation

README

hello-rs (hola)

Crates.io

Hello CLI in Rust

hola --name World
# 👋 Hello World!

Installation

  • Make sure you firstly install Rust and Cargo

  • Install hola CLI:

    cargo install hola
    
  • Check --help for the CLI reference:

    $ hola --help
    Usage: hola --name <NAME>
    
    Options:
    -n, --name <NAME>  Name of the person to greet
    -h, --help         Print help
    -V, --version      Print version
    

Contributing

See CONTRIBUTING.md

License

Under the MIT License

Commit count: 11

cargo fmt