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

https://github.com/urbit/urb

Unix control of Urbit
https://github.com/urbit/urb

Last synced: 3 months ago
JSON representation

Unix control of Urbit

Awesome Lists containing this project

README

          

# urb

Unix control of Urbit

# Running and Installing

To run without installing anything:

```bash
nix-shell --pure --command 'python ./urb -d "(add 3 4)"'
```

To install `urb`:

```bash
nix-env -if .
```