https://github.com/open-portfolio/flowxct
Swift library containing shared library testing support for the FlowAllocator and FlowWorth apps
https://github.com/open-portfolio/flowxct
Last synced: 2 months ago
JSON representation
Swift library containing shared library testing support for the FlowAllocator and FlowWorth apps
- Host: GitHub
- URL: https://github.com/open-portfolio/flowxct
- Owner: open-portfolio
- License: mpl-2.0
- Created: 2022-08-30T00:00:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T04:54:23.000Z (about 2 years ago)
- Last Synced: 2025-02-06T22:42:48.108Z (4 months ago)
- Language: Swift
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowXCT
Swift library containing shared library testing support for the [Flow Allocator](https://open-portfolio.github.io/allocator) and [Flow Worth](https://open-portfolio.github.io/worth) apps
_FlowXCT_ is part of the [OpenAlloc](https://github.com/openalloc) family of open source Swift software tools.
## See Also
This app is a member of the _Open Portfolio Project_.
* [_Open Portfolio_](https://open-portfolio.github.io/) - _Open Portfolio_ product website
* [_Open Portfolio_ Project](https://github.com/open-portfolio/) - Github site for the development project, including full source code
## LicenseCopyright 2021, 2022 OpenAlloc LLC
The code for this library is licensed under the [Mozilla Public License 2](https://www.mozilla.org/en-US/MPL/2.0/), except where noted in individual modules.
## Contributing
Contributions are welcome. You are encouraged to submit pull requests to fix bugs, improve documentation, or offer new features.
The pull request need not be a production-ready feature or fix. It can be a draft of proposed changes, or simply a test to show that expected behavior is buggy. Discussion on the pull request can proceed from there.
Contributions should ultimately have adequate test coverage. See tests for current entities to see what coverage is expected.