falsefox
v1.0.2
Published
Practicing git and npm
Downloads
1
Readme
I wanted to try creating my own NPM package, as I have been programming in node for years but never made one.
Docs
Contains a function which returns my various usernames and socials. Example:
const falsefox = require("falsefox")
console.log(falsefox())
// { name: 'falsefox', github: 'false-fox', website: 'falsefox.dev' }