1.0.6 • Published 10 years ago
greeting v1.0.6
greeting
Different ways to say hello.
Install
$ npm i --save greetingUsage
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 greetingInspired by sindresorhus
License
MIT © Chris Buttery