Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/appendful
Merge-less syncing of arbitrary immutable items without deletions
https://github.com/norfairking/appendful
Last synced: about 2 months ago
JSON representation
Merge-less syncing of arbitrary immutable items without deletions
- Host: GitHub
- URL: https://github.com/norfairking/appendful
- Owner: NorfairKing
- Created: 2020-10-16T12:09:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T23:28:49.000Z (2 months ago)
- Last Synced: 2024-10-28T17:13:20.535Z (about 2 months ago)
- Language: Haskell
- Size: 118 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Appendful
A way to synchronise items without merge conflicts and without deletions.
## Related projects
If the items in the collection that you are syncing can be deleted, you will be better off using [mergeless](https://github.com/NorfairKing/mergeless#readme) instead.
If the items in the collection that you are syncing are *not immutable*, you will be better off using [mergeful](https://github.com/NorfairKing/mergeful#readme) instead.