-
-
Notifications
You must be signed in to change notification settings - Fork 990
Preview
In order to help you preview how the icon you are contributing will look in the editor, we are providing you with a tool that generates dummy folders or files of the provided icon.
To install the tool, execute the following command inside the vscode-icons project:
npm install vscode-icons/examples-generator --no-saveThis will install the tool in the node_modules folder, without saving it in the project's dependencies.
The syntax to run it follows the pattern:
./node_modules/.bin/example <flag> [space-separated icon names]Supported flags are --all, --folders, --files.
./node_modules/.bin/example --folders bower cssHint: By omitting the use of the space-separated folder names, the tool will create examples for all supported folders.
./node_modules/.bin/example --files actionscript angularHint: By omitting the use of the space-separated file names, the tool will create examples for all supported files.
./node_modules/.bin/example --allThe above syntax will create examples for all supported files and folders.
Made with ❤️ by the vscode-icons team ©️ 2017