Plugin usage via Command Line
See original GitHub issueHi!
First of all, thanks for this project, it resolved a lot of problems to us 😃
In our iconset repository we setted up a script to dynamically generate webfonts and single glyph svg files. We were wondering if using the sketchtool
bin, we could automatically update the Sketch library, passing sketch file, options and svg files list as command line flags. Something like:
sketchtool run ~/Library/Application\ Support/com.bohemiancoding.sketch3/Plugins/Sketch-Icons.sketchplugin import.icons --document iconset.sketch --artboardSize 24px --files ./svg/*.svg
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Maven Plugin Plugin – Usage
Usage. The Plugin Plugin is generally used for Maven plugins. ... the plugin:descriptor goal, type the following in the command line:.
Read more >Plug-ins command-line - IBM
A Plugin object represents a particular plug-in that is defined on Cloud Pak System Software. Use the plug-in object to query and manipulate...
Read more >Install plug-ins using the command line
Install plug-ins using the command line · Click Start, and enter cmd in the Search box. Command Prompt appears. · Click Run as...
Read more >The CLI plugin command - Sitecore Documentation
This command manages plugins that contain additional CLI commands. Note. The version displayed in the terminal is the latest official release ...
Read more >How to Manage WordPress Plugins from the Command Line ...
WP-CLI can be used to manage WordPress plugins from the command line. This is useful for scripting or automating the management of your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @AMoreaux our use case is similar to @edoardocavazza’s. Our team designs icons in Affinity Designer/Illustrator due to the more precise vector control (fill rules, handle pixel snapping, etc.) We use these in web projects with a webfont generated via CLI tool, but have a Sketch library for designers to create mockups and the like. Our ideal goal with a plugin improving on Sketch Icons would be to have a process that automatically updates the Sketch Library every time new SVGs are added to the github repo (or Google drive file stream folder), or existing ones are updated. This would be like a CI/CD tool for design across multiple design tools and export formats.
Hello @AMoreaux!
We are used to design iconset using fonts technologies, but we also need to export a Sketch library for designers and SVGs for developers. Since we already set up a CI tool which converts UFOs to Web fonts and exports glyphs to single SVG files, we would like to close the loop using
sketchtool
and your plugin to automatically update the Sketch library.