nanoid-cli
nanoid-cli copied to clipboard
Use console.log instead of stdout
Considering this is a cli package, it would be kinda nice to have some sort of readability within the terminal. Currently, the package uses stdout and without a new line at the end, which causes the id generated to be mashed up with the shell prompt.