https://github.com/maxdeviant/purescript-ulid
https://github.com/maxdeviant/purescript-ulid
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxdeviant/purescript-ulid
- Owner: maxdeviant
- License: mit
- Created: 2020-12-05T19:30:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-23T19:38:38.000Z (over 3 years ago)
- Last Synced: 2025-04-09T15:20:39.537Z (11 months ago)
- Language: PureScript
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-ulid
[](https://pursuit.purescript.org/packages/purescript-ulid)
PureScript bindings for [`ulid`](https://www.npmjs.com/package/ulid).
## Installation
```
spago install ulid
```
You will also need to have [`ulid`](https://www.npmjs.com/package/ulid) installed:
#### Yarn
```
yarn add ulid
```
#### npm
```
npm i ulid
```