Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

droidcon

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

droidcon

Android Drawable Material Icon Downloader | Unpack icons from command line

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

droidcon

Android Drawable Material Icon Downloader | Unpack icons from command line


While working on android, you need to download icons from https://design.google.com/icons, select your icon, choose size and color and then download zip file. Once zip file is downloaded, you need to extract in right folder, copy icons from android folder, merge it inside existing drawables and delete zip file.

Well, droidcon will make your life simpler. Install droidcon globally on npm

npm install -g droidcon

open command window from your android res folder where drawable folder is situated.

use following command to download and extract icons

droidcon --name delete-forever --size 18dp --color black

default icon is delete forever, default size is 18dp and default color is black

name of the icon can be found on https://design.google.com/icons. Replace space in the name with dash, ex. delete forever => delete-forever

size can be written as 24 or 24dp style. You can also find sizes on above link when you click a icon.

--

Above command will download and unpack icons automatically and clean up download files.

Wanna taste of it, open any folder and use simple command droidcon.

Keywords

FAQs

Package last updated on 27 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc