0.0.2 • Published 2 years ago

react-native-bs-diff-patch v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-bs-diff-patch

rn bs diff patch file

Installation

npm install react-native-bs-diff-patch

Usage

import { diff, patch } from 'react-native-bs-diff-patch';

// ...

/**
 * generate patch file from old file and new file
 */
await diff(oldFile, newFile, patchFile);
// generate new file from old file and patch file
await patch(oldFile, newFile, patchFile);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.0.2-alpha.0

2 years ago

0.0.2-alpha.1

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago