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

https://github.com/aserto-dev/node-directory-store

Protobuf definitions for Directory Store Service
https://github.com/aserto-dev/node-directory-store

Last synced: 4 months ago
JSON representation

Protobuf definitions for Directory Store Service

Awesome Lists containing this project

README

          

# node-directory-store

### Node bindings for the Aserto Directory service

## Build

```sh
yarn install
yarn gen
```
### Build with a local build of directory-store
```
BUF_PATH=/path/to/directory-store.bin yarn gen
```

## Usage

This repository contains only the bindings.
See https://github.com/aserto-dev/aserto-node#directory for usage.

## Troubleshooting

**On M1 Mac**: Run `arch -x86_64 zsh` first and the continue normally.