Closed shellscape closed 2 years ago
Sure. What do you want to change in current CLI?
Specifically, I'd like to add alphabet and length flags. We're using this in a script for using the AWS CDK via bash and need to generate uuids inline. It could be done via a local node script but would be much more convenient to specify on the CLI.
Yeap, send PR. And add --help
to explain arguments.
What do you want to use for parsing flags?
No dependencies can be added (we have 0 dependencies, and adding dependency for rate feature will be bad for marketing).
Parse them manually.
No worries, I can handle that.
Ahoy 👋 I was curious if the project would be open to a contribution of some CLI improvements. I know that
nanoid-cli
exists, but it's dang near three years out of date and while I have reached out to the author about updating it, the code behind that package is small enough that I wondered if there's openness now to having that integrated as part ofnanoid
proper.