An open API service indexing awesome lists of open source software.

https://github.com/zicklag/ulid_cli

A dead simple CLI for generating ULID identifiers
https://github.com/zicklag/ulid_cli

Last synced: 13 days ago
JSON representation

A dead simple CLI for generating ULID identifiers

Awesome Lists containing this project

README

          

# Ulid CLI

Dead simple CLI for generating new [ULID] identifiers.

[ulid]: https://github.com/ulid/spec

## WAPM

Published to [wapm.io][wapm_package] and may be run with `wax` if wasmer is installed:

```bash
$ wax ulid
01GNDEFVZTCXYC1S11ZT8GZEBJ
$ wax ulid -n # As a number instead
2035976565479648974865897929191575812
```

[wapm_package]: https://wapm.io/zicklag/ulid_cli