Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

random-sports

brickatyourfeet25ISC1.0.1

Generate random sports teams

readme

Random Sports

This is a random sports team generator that includes city, team mascot (which is a random business word), and a roster of fake players with random jersey numbers.

Installation

  1. Run 'npm install random-sports'
  2. const randomSports = require('random-sports')
  3. let myTeam = randomSports.buildTeams(n) - where n is the number of teams to build