You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing the `pollapo` cli, you have to login to the Github using `pollapo`.
4
+
`pollapo` installs your protobuf packages from Github repository.
5
+
6
+
```bash
7
+
pollapo login
8
+
```
9
+
10
+
## Install protobuf dependency
11
+
12
+
For add dependency, you have to just `pollapo add <package-name>@<version|branch|commit>` and say yes to the `pollapo` cli to create new `pollapo.yml` file. Here is an example:
13
+
```bash
14
+
pollapo add pbkit/interface-pingpong-server@main
15
+
```
16
+
17
+
Now you can see the `pollapo.yml` file in your project root.
0 commit comments