@neil188/pub-names

2.2.1 • Public • Published

pub-names

npm version Travis build Codecov NpmLicense semantic-release GitHub last commit (master)

For all your random Newcastle real ale pub needs.

This library was developed from Kent C Dodds Creating an Open Source JavaScript Library course.

Repo Installation Instructions

  1. Clone locally using:

    git clone https://github.com/Neil188/pub-names/.git

  2. Install dependencies:

    npm install

  3. Run build and test scripts:

    npm run validate

Package installation instructions

This pacakge is distributed via npm:

npm install @neil188/pub-names

Usage

const names = require('@neil188/pub-names');
const allNames = names.all;
const randomName = names.random();

Readme

Keywords

Package Sidebar

Install

npm i @neil188/pub-names

Weekly Downloads

0

Version

2.2.1

License

MIT

Unpacked Size

30 kB

Total Files

9

Last publish

Collaborators

  • neil188