Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit a99a22f

Browse files
committed
Readme
1 parent 41e03fe commit a99a22f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## arduino-cli proto files as typescript
2+
[![arduino-cli-version](https://img.shields.io/badge/arduino--cli-0.20.0-informational)](https://github.com/arduino/arduino-cli/releases/tag/0.20.0)
3+
4+
## Description
5+
Script and Output for the arduino-cli rpc proto files in TypeScript
6+
> **Note:** this repository uses the arduino-cli 0.20.0 version. As it is under active development, this might not be the most recent code.
7+
8+
## Credits
9+
- Arduino: [Arduino-Cli](https://github.com/arduino/arduino-cli)
10+
- grpc: [proto-loader-gen-types](https://github.com/grpc/grpc-node)
11+
12+
## License
13+
This code and content is released under the [GPL-3.0 license](https://github.com/Gozzim/arduino-cli_proto-ts/blob/master/LICENSE).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-cli_proto_ts",
3-
"version": "1.0.0",
3+
"version": "0.2.0",
44
"description": "",
55
"author": "",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)