1.0.1 • Published 4 years ago

erb-icons-gen v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Electron React Boilerplate icons generator

it was panful to generate all icons for Electron-React-Boilerplate each time there are changes in the icon. So i created this package to generate all icons from single icon.png in the resources directory of Electron-React-Boilerplate

Usage with electron react boilerplate

Installation
npm install --save-dev erb-icons-gen@latest
# or 
yarn add -D erb-icons-gen@latest
Add the following script to package.json file
"scripts": {
    "gen:icons" : "erb-generate --input resources/icon.png --output resources/"
}
Generate all icons from single icon.png

make sure that you have icon.png in your resources directory and run the following command in your project root.

npm run gen:icons
# or
yarn gen:icons
1.0.1

4 years ago

1.0.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago