Sign In

@mordonezdev/logokit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mordonezdev/logokit

CLI for logokit: generate brand lockups (SVG or PNG) from any logo.

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

@mordonezdev/logokit

CLI for logokit: generate brand lockups (SVG or PNG) from any logo.

This is the only npm package published for the project.

Run without installing

npx @mordonezdev/logokit --text "Acme Labs" --out ./acme.svg

Install globally

npm install -g @mordonezdev/logokit
logokit --help

Common options

logokit \
  --text "Acme Labs" \
  --secondary "Research Studio" \
  --layout horizontal \
  --variant color \
  --logo ./mark.svg \
  --format png \
  --out ./acme.png

See the main repository README for the full command reference.

License

MIT

Keywords

logo

FAQs

Package last updated on 20 May 2026

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