https://github.com/dolittle/protobuf
https://github.com/dolittle/protobuf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dolittle/protobuf
- Owner: dolittle
- License: mit
- Created: 2020-07-06T18:21:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-04T16:25:53.000Z (about 3 years ago)
- Last Synced: 2025-01-01T09:10:28.463Z (5 months ago)
- Language: TypeScript
- Size: 698 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Project Name]
[Description]
## Cloning
This repository has sub modules, clone it with:
```text
$ git clone --recursive
```If you've already cloned it, you can get the submodules by doing the following:
```text
$ git submodule update --init --recursive
```