0.0.16 • Published 7 years ago

protoc-ts-interfaces v0.0.16

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

0.0.15

7 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago