Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
Easily stylize your IDE interface by adding branded project icons
License
TheDragonCode/iconify-ide
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To get the latest version ofIconify IDE, simply require the package usingComposer:
composer global require dragon-code/iconify-ide:*To publish the icon only to the startup folder, run the console command:
iconify
To recursively discover projects and publish icons, call the console command with a parameter pass:
iconify --all
By default, the search is performed in the current folder for which the console command is called (./).
To search in another folder you can use the--path parameter:
iconify --path=foo/bariconify --path=./foo/bariconify --path=../foo/bariconify --path=/foo/bariconify --all --path=foo/bariconify --all --path=./foo/bariconify --all --path=../foo/bariconify --all --path=/foo/bar
- Place the SVG file in the
resources/brandsfolder. The file name should be insnake_case. Or you can override thegetFilenamemethod in the brand class. The method should return the file name without extension. - Create a brand class in the
app/Brandsfolder. The name should be inPascalCase. - Specify a reference to the created class in the
config/data.phpconfiguration file.Pay attention to the order of references - the higher the class is specified, the higher its priority.
- Create an IDE class in the
app/Idefolder. The name should be inPascalCase. - Specify a reference to the created class in the
config/data.phpconfiguration file.
This package is licensed under theMIT License.
About
Easily stylize your IDE interface by adding branded project icons
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.