Skip to content

Commit e0bcaa3

Browse files
authored
Update protobuf-parser-bash post. (#81)
1 parent df37784 commit e0bcaa3

File tree

1 file changed

+6
-27
lines changed

1 file changed

+6
-27
lines changed
Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,22 @@
11
---
22
layout: post
3-
title: "lafkpages/protobuf-parser-bash"
3+
title: "protobuf-parser-bash"
44
description: "A Protobuf parser, encoder and decoder in Bash."
55
category: bash
66
tags: [library, lib, bash, parser, protobuf]
77
---
88

9-
{% include JB/setup %}
10-
11-
# protobuf-parser
12-
13-
A Protobuf parser, encoder and decoder in Bash.
9+
A [Protobuf](https://github.com/protocolbuffers/protobuf) parser, encoder and decoder in Bash.
1410

1511
## Install
1612

17-
You'll need `protoc` for running some of the test scripts, but of course
18-
you can use the library without it.
19-
20-
To install this package, run:
21-
22-
```bash
23-
bpkg install lafkpages/protobuf-parser-bash
24-
```
25-
26-
## Usage
27-
28-
Then, to lex and parse a `.proto` file, run:
29-
30-
```bash
31-
./src/main.sh <path-to-proto-file>
32-
```
33-
34-
You can try it with the [`test/example.proto`](#test/example.proto) file:
35-
3613
```bash
37-
./src/main.sh test/example.proto
14+
bpkg install [-g] lafkpages/protobuf-parser-bash
3815
```
3916

4017
## Links
4118

4219
- [Source code (GitHub)](https://github.com/lafkpages/protobuf-parser-bash)
43-
- [Author: LuisAFK](https://github.com/lafkpages)
20+
- Author: [LuisAFK](https://github.com/lafkpages)
21+
22+
{% include JB/setup %}

0 commit comments

Comments
 (0)