🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

@getstation/logo-generator

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getstation/logo-generator

## Getting Started

latest
npmnpm
Version
0.3.2
Version published
Maintainers
4
Created
Source

logo-generator

Getting Started

git clone git@github.com:getstation/logo-generator.git
cd logo-generator
yarn install

Usage

Options

OptionDescription
-datapath to a CSV file (default is ./data.csv)
-namename of the exported SVG
-urlURL of the PNG logo (support local and online files)
-clearbitparam for the Clearbit logo API
-colorbackground color of the logo (HTML compliant)

You can either pass a logo with -url or -clearbit.

See the Clearbit logo API: https://clearbit.com/logo.

You can also pass a CSV file which contains rows of name, url and color.

Examples

node lib/cli.js -color 'purple' -clearbit 'datadog.com' -name 'logo-datadog'
node lib/cli.js -color '#1F4087' -url './logo-atlassian.png'
node lib/cli.js -data

Everything will be exported in the exports/ folder.

Todo

  • Be able to pass an SVG logo directly (and minify into a single path)
  • Handle complex PNG files with multiple colors and gradients/opacity

FAQs

Package last updated on 05 Jun 2018

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