Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme #27

Merged
merged 1 commit into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# protons

[![test & maybe release](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml/badge.svg)](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml)

> `.proto` to `.ts` transpiler

Transpiles `.proto` files to `.ts` - uses `Uint8Array` for `byte` fields and `BigInt` for `int64`/`uint64` and `sint64`.
Expand Down
2 changes: 2 additions & 0 deletions packages/protons-runtime/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# protons-runtime <!-- omit in toc -->

[![test & maybe release](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml/badge.svg)](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml)

> Shared components that turn values to bytes and back again

Contains shared code to reduce code duplication between modules transpiled by protons.
Expand Down
2 changes: 2 additions & 0 deletions packages/protons/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# protons <!-- omit in toc -->

[![test & maybe release](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml/badge.svg)](https://github.com/ipfs/protons/actions/workflows/js-test-and-release.yml)

> Generate typescript from .proto files

## Table of contents <!-- omit in toc -->
Expand Down