mganandraj / office-android-patches

Manage the patches to react native for office usage on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For command line options, try

node_modules.bin\ts-node.cmd src\index.ts --help

For detailed options on each commands,

node_modules.bin\ts-node.cmd src\index.ts diff --help node_modules.bin\ts-node.cmd src\index.ts patch --help

Examples
To create diff-patches

node_modules.bin\ts-node.cmd src\index.ts diff e:\github\ms-react-native-forpatch e:\github\fb-react-native-forpatch-base

To apply diff-patches

node_modules.bin\ts-node.cmd src\index.ts patch E:\github\fb-rn-p BuildAndThirdPartyFixes V8Integration --patch-store E:\github\office-android-patches\patches-droid-office-grouped

To reverse-patch the dirty fork

node_modules.bin\ts-node src\index.ts patch E:\github\ms-react-native-forpatch BuildAndThirdPartyFixes --patch-store E:\github\office-android-patches\patches-droid-office-grouped --reverse

About

Manage the patches to react native for office usage on Android


Languages

Language:JavaScript 28.0%Language:Objective-C 22.4%Language:C++ 20.6%Language:Java 15.6%Language:TypeScript 6.2%Language:C 2.3%Language:Ruby 2.0%Language:Shell 1.1%Language:Makefile 0.8%Language:Batchfile 0.5%Language:Python 0.2%Language:HTML 0.2%Language:PowerShell 0.1%Language:Kotlin 0.1%Language:Objective-C++ 0.0%