2.0.0 • Published 3 months ago

warframe-name-generator v2.0.0

Weekly downloads
13
License
Apache-2.0
Repository
-
Last release
3 months ago

Warframe Name Generator

Installation

npm i -S warframe-name-generator

Usage

import Generator from 'warframe-name-generator';

const generator = new Generator();
console.log(generator.make({ adjective: true }));

// if you'd like to access the data itself
import data from 'warframe-name-generator/data';
// and do stuff w/ it

Contact me

Contact me on Discord

2.0.0

3 months ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago