create-simple-icon
v1.0.0
Published
Simply generate icons from simpleicons.org
Downloads
4
Readme
🎨 🔧 Create Simple Icon
Download and colorize branded svg icons in a snap!
Create Simple Icon
leverages the power of Simple Icons and then colorizes them anyway you'd like.
Installation
$ yarn global add create-simple-icon
If you're not using Yarn yet:
$ npm install -g create-simple-icon
Usage, Options and Examples
Usage
$ csi <icon-name> <icon-color> <icon-opacity>
Examples
csi twitter red
csi facebook '#eee' (zsh requires quotes)
csi reddit (returns default color)
csi facebook -o 0.5 (returns default color with opacity 0.5)
csi reddit -p (opens reddit in your browser)
csi -b (opens simpleicons.org in your browser)
Requirements
- Node 6+