New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

regular-show

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regular-show

Get random name of Regular Show

latest
Source
npmnpm
Version
1.0.32
Version published
Maintainers
1
Created
Source

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

Keywords

regular-show

FAQs

Package last updated on 08 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts