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
- Host: GitHub
- URL: https://github.com/aserto-dev/node-directory-store
- Owner: aserto-dev
- License: apache-2.0
- Created: 2024-04-11T11:54:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T19:22:13.000Z (over 1 year ago)
- Last Synced: 2025-04-30T12:58:44.250Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.