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

https://github.com/maxdeviant/purescript-ulid


https://github.com/maxdeviant/purescript-ulid

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# purescript-ulid

[![Pursuit](https://pursuit.purescript.org/packages/purescript-ulid/badge)](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
```