Source Patch is a chrome extension that can let you quickly make alterations to the source code for a website.
While looking at your website or web app, you see a small error, either be it a text correction or a spacing fix. With Source Patch you can make this alteration right within your tab. No need to pull in the source code and do all the setup. Make the file changes to your source code using Source Patch and it will give a Pull request to GitHub with your changes.
Features
- Search file contents and update source code
- Automatically create a pull request to GitHub with your changes
For all feature requests or bug reports, please fill in an issue.
This app is built using React and Typescript. We use Vite for bundling and building.
-
Install all app dependencies.
npm install
-
Start the development.
npm run dev
-
Go to extensions tab in chrome, click load unpacked and choose
distfolder in this repo.
-
Package.
npm run build
-
A dist folder would be created. In which your packaged app would be present.
Source Patch doesn't track you or share/care about your data at all. GitHub tokens are only needed only to to access private repositories or exceed GitHub API rate limit. Source Patch stores tokens in your browser storage and only uses them to authenticate with GitHub.
