1.0.0 • Published 4 years ago

jorge-ben-npm v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

jorge-ben-npm

Converts a string containing a name to its Jorge Ben Jor equivalent

Installation

npm install jorge-ben-npm

Usage

Import the file to your Node.js project

const { jorgeBen } = require('jorge-ben-npm');

Convert a string with the jorgeBen function

const name = jorgeBen("Fernanda");
console.log(name);
// "Fernanda Ben Fer"

Motivation

This is a toy package just to test publishing with npm.