New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@knowbintech/uibin-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knowbintech/uibin-cli

CLI tool for installing UIBIN components

latest
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

UIBIN CLI

A CLI tool for adding UIBIN components to your SvelteKit project.

Installation

# Using npm
npm install -g @knowbintech/uibin-cli

# Using bun
bun install -g @knowbintech/uibin-cli

# Using yarn
yarn global add @knowbintech/uibin-cli

# Using pnpm
pnpm add -g @knowbintech/uibin-cli

Usage

Initialize UIBIN in your project

# This will set up the directory structure and add the theme CSS
uibin init

Add components

# Add a specific component
uibin add ThemeProvider
uibin add ThemeToggle

# Or select from a list
uibin add

Available Components

  • ThemeProvider: Provides theme context to all children components
  • ThemeToggle: A button to toggle between light and dark mode

More components will be added in future releases.

How It Works

The UIBIN CLI copies components directly into your project's src/lib/components/uibin directory, allowing you to easily customize them for your specific needs.

Unlike traditional component libraries that you import from node_modules, UIBIN follows the utility-first approach popularized by shadcn-ui, giving you full control over your components.

FAQs

Package last updated on 16 May 2025

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