Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.