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

create-lumi

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-lumi

Create a new Lumi project - Visual Prompt Layer for Coding Agents

latest
Source
npmnpm
Version
0.2.3
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

create-lumi

Create a new Lumi project with one command.

Usage

npx create-lumi my-project
cd my-project

Or setup in current directory:

npx create-lumi

Options

--no-install    Skip dependency installation
--no-build      Skip extension build
--no-server     Don't start the dev server after setup
--help          Show help message
--version       Show version

What it does

  • Clones the Lumi repository
  • Installs all dependencies
  • Creates default configuration
  • Builds the Chrome extension
  • Starts the development server

Next steps after setup

Load the extension in Chrome:

  • Open chrome://extensions
  • Enable "Developer mode"
  • Click "Load unpacked" → select the extension folder
  • Documentation
  • Issues

Keywords

lumi

FAQs

Package last updated on 16 Dec 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