browser/README.md
A browser extension that adds a Repomix button to GitHub repository pages.
# Install dependencies
npm install
# Generate icons
npm run generate-icons
# Development mode for Chrome
npm run dev chrome
# Development mode for Firefox
npm run dev firefox
# Development mode for Edge
npm run dev edge
# Build for all browsers
npm run build-all
# Build for specific browsers
npm run build chrome
npm run build firefox
npm run build edge
Built files will be generated in the dist/ folder.
npm run build chrome to buildchrome://extensions/ in Chromedist/chrome folderThis extension: