nanoid-cli
nanoid-cli copied to clipboard
Allow generation of n ids in one go
Allows generation of multiple ids at once
Tiny update to nanoid-cli which allows generation of multiple ids separated by new line characters. Updates packages to remedy security vulnerabilities.
Main Changes
- Add new CLI argument
--numberor-nto specify number of ids to generate - Update documentation to include
--numberoption - Always end on a new-line character
- Update package version to fix 95 security vulnerabilities
- Add test to ensure
--numberargument is respected
Comment
I am using nano-id in a project and made a small update to your CLI for convenience, thought I would submit a pull request with the enhancement and updated packages. :smile: