Material Icons for GitHub
About
Material Icons for GitHub is a browser Extension that enhances repositories file browsers when navigating github.com. Replace default file/folder icons with material design icons tailored to each file type, tool and purpose in the project.
Based and dependent on the popular Material Icon Theme extension for Visual Studio Code. All icons and file assignments on this project are pulled directly from that project, so any praise or design issues should be raised on the original repository.
Development
Clone this repository and install dependencies
git clone https://github.com/Claudiohbsantos/github-material-icons-extension.git
cd github-material-icons-extension
npm install
Build unpackaged extension for testing in dist
directory
npm run build
Build only files from src
folder, without re-downloading dependencies from Material Icon Theme
npm run build-src
Rebuild extension logos from src/logo.svg
.
npm run rebuild-logos
Zip dist
folder for upload to Chrome Web Store and Firefox. This script needs Zip to be available on PATH
npm run bundle
Original extension developed with Richard Lam