greeting
v1.0.6
Published
Different ways to say hello.
Downloads
75
Maintainers
Readme
greeting
Different ways to say hello.
Install
$ npm i --save greeting
Usage
import greeting from 'greeting'
greeting.random()
//> Hello
greeting.all
//> ["'Allo", "'Allo 'Allo", "Aye oop", ... ]
CLI
$ npm -i -g greeting
$ greeting --help
Examples
$ greeting
Howdy
$ greeting --all
Hello
Hi
...
Options
--all Get all greetings instead of a random greeting
Inspired by sindresorhus
License
MIT © Chris Buttery