paralleldrive / cuid

Collision-resistant ids optimized for horizontal scaling and performance.
Other
3.42k stars 123 forks source link

I made a cli wrapper called `cuid-cli` #171

Closed CanRau closed 1 year ago

CanRau commented 4 years ago

I made this actually long time ago, yet as the friendly @schickling just gave me access to his cuid-cli package and I could merge my scoped CLI, I thought it might interest people to know that it exists.

I use it to quickly generate 1 or more cuids when I'm manually adding a new entry to a db e.g. for debugging purposes or writing a markdown blog still without generator/cms.

Maybe it could be added to the readme, just didn't know where to put it as I think it's not a port.

By the way, it's not at all urgent, just a little fyi :wink:

ericelliott commented 4 years ago

Open to a PR to add this to the readme.