nicks
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

nicks · Build Status

Create a nickname or user id with names.

Suggests a list of nicknames with some simple rules.

Install

yarn add nicks or npm install nicks

Usage

import nicks from 'nicks';
 
const nicknames = nicks('Matti Meikäläinen-Muukalainen');
 
console.log(nicknames); // ['mmeika', 'meikam', 'matmei', 'meimat']

Package Sidebar

Install

npm i nicks

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

4.05 kB

Total Files

5

Last publish

Collaborators

  • andersnylund