Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-podhead authored Apr 18, 2024
1 parent 03a4346 commit 3f8886d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,15 @@ npm i protobuffctl

---
### Update
- **Export to JSON**: All components are stored and can be reproduced. [See example JSON](https://github.com/ji-podhead/protobuffctl/blob/main/protobuffctl.json).
- serialize **Protobuff Registry** for local storage
- Exports to JSON
- **automated Proto-gen**: Related protobuf files will automatically get compiled to their target folders using the [protoc-helper repo](https://github.com/ji-podhead/protoc-helper).
- **Fast Saving and Loading**: middleware keeps the process alive.
- **Protobuff Registry**: Protobuff registry and creation are working fine.
- changed codeBase and **removed redundant recoursion** using hashlookuptables and relations
- creadted a **CLI** using comannder
- Fast Saving and Loading using **Service Worker as Middleware** that keeps the process alive.
- added the **Api Server**
- added a bun react **Dashboard**

## Comming up
- 🚧 Set up **File Watcher** to monitor your proto files for any changes. => Rescan and update the Componentregistry.<br>
- 🚧 Get complete visual feedback for all related methods, components, and files directly with our **VC CODE EXTENSION**.<br>
Expand Down

0 comments on commit 3f8886d

Please sign in to comment.