Skip to content

WooodHead/Source-Patch

 
 

Repository files navigation

Source Patch

Edit source code of your website without leaving your tab.

icon-shelf

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.

🤙 Development

This app is built using React and Typescript. We use Vite for bundling and building.

⚡ Quick Setup

  1. Install all app dependencies.

    npm install
  2. Start the development.

    npm run dev
  3. Go to extensions tab in chrome, click load unpacked and choose dist folder in this repo.

Building for Production

  1. Package.

    npm run build
  2. A dist folder would be created. In which your packaged app would be present.

🛡️ Privacy Policy

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.

About

Chrome extension to edit source code of your website without leaving your tab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.7%
  • JavaScript 3.9%
  • CSS 2.4%
  • HTML 1.0%