some framework and development language logos
Ubuntu:
apt-get install imagemagick
apt-get install graphicsmagick
Mac OS X (using Homebrew):
brew install imagemagick
brew install graphicsmagick
Windows & others:
- GraphicsMagick: http://www.graphicsmagick.org/download.html
- ImageMagick: http://www.imagemagick.org/script/binary-releases.php
Confirm that GraphicsMagick or ImageMagick is properly set up by executing gm -version
or convert -version
in a terminal.
npm -g install gulp-cli
npm install
gulp --tasks
Task detail see the gulpfile.js
file.
Licensed under the MIT license.