1 unstable release

0.1.1 Oct 21, 2023
0.1.0 Oct 21, 2023

#395 in Cargo plugins

33 downloads per month

Custom license

4KB

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

Dependencies

~1.2–1.8MB
~34K SLoC