Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Easily stylize your IDE interface by adding branded project icons

License

NotificationsYou must be signed in to change notification settings

TheDragonCode/iconify-ide

Repository files navigation

Stable VersionTotal DownloadsGithub Workflow StatusLicense

Compare

before - after

Installation

To get the latest version ofIconify IDE, simply require the package usingComposer:

composer global require dragon-code/iconify-ide:*

Usage

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

Available brands and IDEs

IDE

Brands

Contributing

Tip

Creating classes for new brands and IDEs is compatiblewithLaravel Idea.

Laravel Idea

Adding a new brand

  1. Place the SVG file in theresources/brands folder. The file name should be insnake_case. Or you can override thegetFilename method in the brand class. The method should return the file name without extension.
  2. Create a brand class in theapp/Brands folder. The name should be inPascalCase.
  3. Specify a reference to the created class in theconfig/data.php configuration file.Pay attention to the order of references - the higher the class is specified, the higher its priority.

Adding a new IDE

  1. Create an IDE class in theapp/Ide folder. The name should be inPascalCase.
  2. Specify a reference to the created class in theconfig/data.php configuration file.

License

This package is licensed under theMIT License.

About

Easily stylize your IDE interface by adding branded project icons

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

    Contributors3

    •  
    •  
    •  

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp