https://github.com/nef10/swiftbeancountmodel
Model for a ledger in SwiftBeanCount
https://github.com/nef10/swiftbeancountmodel
plaintext-accounting swiftbeancount
Last synced: about 2 months ago
JSON representation
Model for a ledger in SwiftBeanCount
- Host: GitHub
- URL: https://github.com/nef10/swiftbeancountmodel
- Owner: Nef10
- License: mit
- Created: 2017-09-03T03:10:29.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T01:55:05.000Z (10 months ago)
- Last Synced: 2024-10-10T13:28:49.623Z (6 months ago)
- Topics: plaintext-accounting, swiftbeancount
- Language: Swift
- Homepage: https://github.com/Nef10/SwiftBeanCount
- Size: 2.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftBeanCountModel
[](https://github.com/Nef10/SwiftBeanCountModel/actions?query=workflow%3A%22CI%22) [](https://nef10.github.io/SwiftBeanCountModel/) [](https://github.com/Nef10/SwiftBeanCountModel/blob/main/LICENSE) [](https://github.com/Nef10/SwiftBeanCountModel/releases)  
### ***This project is part for SwiftBeanCount, please check out the main documentation [here](https://github.com/Nef10/SwiftBeanCount).***
## What
This is the core of SwiftBeanCount, the model and the logic of the ledger.
## How
Please check out the complete documentation of this library [here](https://nef10.github.io/SwiftBeanCountModel/).
## Usage
The library supports the Swift Package Manger, so simply add a dependency in your `Package.swift`:
```
.package(url: "https://github.com/Nef10/SwiftBeanCountModel.git", .exact("X.Y.Z")),
```*Note: as per semantic versioning all versions changes < 1.0.0 can be breaking, so please use `.exact` for now*