@ulisesantana/hello-world

A greeter CLI

Usage no npm install needed!

<script type="module">
  import ulisesantanaHelloWorld from 'https://cdn.skypack.dev/@ulisesantana/hello-world';
</script>

README

hello-world

This is a simple Hello World CLI.

Usage

The command is hi and only receives one parameter, which is the name:

$ hi Joan
Hello Joan!!

Bare in mind that if the given name contain spaces must be wrapped in a string:

$ hi 'Don Pepito'
Hello Don Pepito!!

Contribute

I'm not interested in any contribution for this project.