hide-username
v1.1.1
Published
Utility to replace all characters of the current user's username with an asterisk
Readme
hide-username
Utility to replace all characters of the current user's username with an asterisk
Installing
NPM: npm install hide-username
Yarn: yarn add hide-username
Usage
const hideUsername = require("hide-username");
console.log(hideUsername(process.env.HOME));