romannurik / MaterialColorsApp
- суббота, 26 марта 2016 г. в 02:14:44
JavaScript
A handy little Mac app that gives you quick access to the standard material design color palette.
A handy little Mac app that gives you quick access to the standard material design color palette.
If you want to customize the app for your own needs, you can do a custom build.
Clone the repository and in the root directory, run:
$ npm install
To run the app (you can install gulp using npm install --global gulp-cli
):
$ gulp
Note that you'll probably want to disable the auto-updating mechanism by emptying out the checkForUpdates
method in
main.js.