1
0
This commit is contained in:
Fang-Pen Lin
2023-10-11 14:04:50 -07:00
committed by Simon Michael
parent 3f78d6b456
commit 3e46271837

View File

@@ -456,8 +456,8 @@ Additional helper tools complementing the PTA apps, by category.
### Library
- [beancount-parser](https://github.com/LaunchPlatform/beancount-parser) standalone Lark based beancount syntax parser (not relying on the beancount library)
- [beanhub-forms](https://github.com/LaunchPlatform/beanhub-forms) core library provides data types and processors of custom forms for inputing repeating similar entries easily
- [beancount-parser](https://github.com/LaunchPlatform/beancount-parser) standalone [Lark-based](https://github.com/lark-parser/lark) beancount syntax parser (not relying on the beancount library)
- [beanhub-forms](https://github.com/LaunchPlatform/beanhub-forms) a library provides data types and processors of custom beancount forms for inputting repeating similar entries easily
- [beanhub-web-react](https://github.com/LaunchPlatform/beanhub-web-react) react components for beancount entry input forms and [beanhub-forms](https://github.com/LaunchPlatform/beanhub-forms)
### Utilities