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 -g
cd
to the project directory and run:
npm install
To modify the html
/ css
/ js
run:
gulp watch
To test the app run:
electron .
To update all files prior to packaging run:
gulp build
To package the final app run:
npm run package
The 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