Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 405 Bytes

hololive nickname generator

npm

This is a small package that generates a random user nickname for you, based on the members of the hololive VTuber group.

Installation

npm install hololive-nick-gen

Usage

const { generateNickname } = require('hololive-nick-gen');
console.log(generateNickname());