regular-show

1.0.32 • Public • Published

regular-show Build Status

Get random name of Regular Show

regular-show

Photo credit : 3 Very Important Life Lessons From Regular Show

This name lists are just JSON files and you can use wherever.

Being a super fans of Regular Show, I have to do something to commemorate my favorite cartoon.

This project highly learned from sindresorhus/superb.

Installation

$ npm i --save regular-show

Usage

var regularShow = require('regular-show');  // Conventional but classic way
import regularShow from 'regular-show';     // Or much more modern ES6  way
 
regularShow();
// Mordecai
 
regularShow();
// Rigby
 
regularShow.words;
// ['Mordecai''Rigby', ...]

API

regularShow()

Type: string

Generate random character's name of Regular Show.

regularShow.names

Type: array

Fetch all of the names.

CLI

$ npm i regular-show -g
$ npm regular-show --help
  
  Get random name of Regular Show
 
  Examples
    $ regular-show
    Mordecai
 
    $ regular-show --all
    Rigby
    Eileen
    Muscle Man
    ...
 
  Options
    --all  Fetch all the names rather than a random name

License

MIT © WeiChiaChang

Package Sidebar

Install

npm i regular-show

Weekly Downloads

0

Version

1.0.32

License

MIT

Last publish

Collaborators

  • weichiachang