JSPM

@dopl-technologies/api-protos

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q49664F

Telerobotic APIs in node

Package Exports

  • @dopl-technologies/api-protos
  • @dopl-technologies/api-protos/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dopl-technologies/api-protos) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

api-protos-node

Protobufs in nodejs

Build

# Generate js files
$ docker build -t dopltechnologies/api-protos-node --build-arg CACHEBUST="$(curl https://api.github.com/repos/dopl-technologies/api-protos/commits/main 2>&1 | grep '"date"' | tail -n 1)" -f build.Dockerfile .

# Copy generated files to local dir
$ docker cp $(docker create --rm dopltechnologies/api-protos-node:latest):/output/. ./lib