@@ -22,25 +22,23 @@ directory.
22
22
- ` protoc ` has native binary dependencies, but ` pb ` command is written in pure
23
23
TypeScript, so it can be used comfortably in Node.js projects, etc., and can
24
24
even easily be run in a web browser.
25
- - [ How to install and how to use] ( ./cli/pb/README.md )
26
25
- ` pollapo ` - A package manager for the protobuf schema.
27
26
- A GitHub repository of ` .proto ` files is treated as a single pollapo
28
27
package.
29
- - [ How to install and how to use] ( ./cli/pollapo/docs/en/getting-started.md )
30
28
31
29
### Browser Extension
32
30
33
- - pbkit-devtools
34
- - <img width =300 src =" https://user-images.githubusercontent.com/690661/161203806-a6d8a864-8693-4744-8f4a-51407f4aa6e7.png " />
35
- - [ repo] ( https://github.com/pbkit/pbkit-devtools )
36
- - [ chrome web store] ( https://chrome.google.com/webstore/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca )
31
+ - pbkit-devtools
32
+ - <img width =300 src =" https://user-images.githubusercontent.com/690661/161203806-a6d8a864-8693-4744-8f4a-51407f4aa6e7.png " />
33
+ - [ repo] ( https://github.com/pbkit/pbkit-devtools )
34
+ - [ chrome web store] ( https://chrome.google.com/webstore/detail/pbkit-devtools/fjacmiijeihblfhobghceofniolonhca )
37
35
38
36
### Editor Extension
39
37
40
- - vscode-pbkit
41
- - Syntax highlight, Go to definition for VSCode.
42
- - [ repo] ( https://github.com/pbkit/vscode-pbkit )
43
- - [ Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit )
38
+ - vscode-pbkit
39
+ - Syntax highlight, Go to definition for VSCode.
40
+ - [ repo] ( https://github.com/pbkit/vscode-pbkit )
41
+ - [ Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit )
44
42
45
43
### Library
46
44
@@ -78,6 +76,3 @@ directory.
78
76
79
77
pbkit is dual-licensed under Apache 2.0 and MIT terms.\
80
78
see [ LICENSE-APACHE] [ LICENSE-APACHE ] and [ LICENSE-MIT] [ LICENSE-MIT ] for details.
81
-
82
- [ LICENSE-APACHE ] : ./LICENSE-APACHE
83
- [ LICENSE-MIT ] : ./LICENSE-MIT
0 commit comments