A simple font manager for Mac. For activating and disabling fonts and installing Google Fonts.
To modify a/o build this project you will need to install electron and electron packager
npm install electron -g --save-exact
npm install electron-packager -gcd to the project directory and run:
npm installTo modify the html / css / js run:
gulp watchTo test the app run:
electron .To update all files prior to packaging run:
gulp buildTo package the final app run:
npm run packageThe packaged app will be written to build/MDG Font Manager-darwin-x64/ in the project directory.
Note: packaging the app runs npm prune -production and so you will need to run npm install again before making any further modifications.
MDG Font Manager is released under the MIT Licence


