0.0.16 • Published 6 years ago

protoc-ts-interfaces v0.0.16

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

dev setup:

  • install bazel
  • build prep: bazel run @nodejs//:npm install
    • this is a wart, replace with fully-hermetic npm management once that matures in rules_nodejs
  • to build: bazel build //...
    • the first run will take a while, mainly because protoc must be built from source
    • this includes usage of the plugin to gen d.ts's for the various scenarios in the scenarios directory
  • to run tests: bazel test //...
  • followed http://blog.npmjs.org/post/118810260230/building-a-simple-command-line-tool-with-npm to make the cli and publish the package to the npm repo

TODO (known):

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago