react-native-bs-diff-patch
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i react-native-bs-diff-patch

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

201 kB

Total Files

36

Last publish

Collaborators

  • jimmydaddy