@bpleco/clid

CLI tool for quickly generating ID's from wellknown ID libraries.

Usage no npm install needed!

<script type="module">
  import bplecoClid from 'https://cdn.skypack.dev/@bpleco/clid';
</script>

README

CLID

Quickly generate ids from your CLI.

Supports popular libraries and methods. Good for when you're mocking up stub data models on the fly.

Supports

  • BSON
  • UUID
  • Nanoid
  • Shortid
  • Timestamp
  • Slug
  • MD5 Hash
npm install bpleco/clid -g

Using this tool is pretty simple just type clid -h and you'll figure it out pretty quickly.