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
- Host: GitHub
- URL: https://github.com/zicklag/ulid_cli
- Owner: zicklag
- Created: 2022-12-28T22:44:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T03:14:14.000Z (over 2 years ago)
- Last Synced: 2024-12-29T16:38:35.756Z (about 1 year ago)
- Language: Rust
- Size: 510 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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