🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/bitshifted/ui-graphics-tools

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/bitshifted/ui-graphics-tools

v1.2.6
Source
Go
Version published
Created
Source

Quality Gate Status Publish Docker Image

UI Graphics Tools

Tools for generating graphics for user interfaces from SVG files. Currently, the following is supported:

  • generate icons for Windows, Mac OS and Linux from SVG files
  • generate splash screen for application from predefined template

Usage

Tools are packages as Docker image, so they can be run on any platform that supports docker. Run tools with the following command:

docker run  -v ${PWD}:/workspace  ghcr.io/bitshifted/ui-graphics-tools:<version>  <arguments>

where <version> is the version of image you want to run, and <arguments> program arguments.

Mounting local working directory with -v ${PWD}:/workspace will enable running container as if it is run in current directory.

For more more detailed usage instructions, check out the following pages:

License

This project is published under Mozilla Public License 2.0 (MPL-2.0)

Bug reports and feature requests

Please submit and issue in this repository with detailed description of the bug or feature.

FAQs

Package last updated on 15 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts