Generate random name
You need node.js and npm.
npm i @marcoetmx/random-name
In your code
const random = require('@marcoetmx/random-name');
random.randomName()
Global installation
random-name
This project was created for educational purposes, it is not recommended to put it into production.