Skip to content

angiestavnk/starwars-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fake-starwars-name

Installation

This package is available via npm:

npm i fake-starwars-name

Usage

const { fakeStarWarsName, names } = require('fake-starwars-name');

fakeStarWarsName(param);
// Output random name which consist of 'param' words,
// where param is value between 2 and 5;

console.log(names);
// Output list of all names

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published