Skip to content

dgmid/mdg-font-manager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mdg-font-manager-icon MDG Font Manager

A simple font manager for Mac. For activating and disabling fonts and installing Google Fonts.

main window

mdg-font-manager

preview window

mdg-font-manager-preview

Requirements

node.js / npm

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

Usage

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.

License

MDG Font Manager is released under the MIT Licence

About

A simple font manager for Mac. For activating and disabling fonts and installing Google Fonts

Resources

License

Stars

Watchers

Forks

Packages

No packages published