Giter VIP home page Giter VIP logo

suitecrmiconizer's Introduction

SuiteCRMIconizer

Iconizer can add icons to custom SuiteCRM modules via the use-icon command, which will copy all relevant files into your SuiteCRM custom module folder.

php iconizer use-icon MyIcon MyModule /var/www/SuiteCRM

It also allows to create complete icon sets from a single .png or gif. image located in the /images/input folder via the add-icon command.

php iconizer add-icon MyIcon.png

Installation

Clone this repository and run composer update.

Usage

use-icon

The use-icon command is very easy to use. Simply install iconizer and run it!

php iconizer use-icon <Icon Name> <Module Name> <SuiteCRM instance path>

  • Icon Name: needs to be one of the icons in the library. You can add your own via the add-icon command.
  • Module Name: should be the exact name of your custom SuiteCRM module
  • SuiteCRM instance path: should be the absolute path to your SuiteCRM instance

add-icon

For the add icon you'll need to have the at least the Imagick extension installed on your system.

First place the icon to be added to the library in the images/input folder. It should be 30x30 pixels and either .gif or .png format.

php iconizer add-icon <Icon Name 1> <Icon Name 2>

  • Icon Name: The name of the file you intend to add, including the extension. You can pass multiple files separated by spaces.

Once the import has concluded successfully, you may do a pull request to make your icon available through this repository.

suitecrmiconizer's People

Contributors

pedroernst avatar

Stargazers

Marc Sánchez avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.