create-lumi
v0.2.3
Published
Create a new Lumi project - Visual Prompt Layer for Coding Agents
Maintainers
Readme
create-lumi
Create a new Lumi project with one command.
Usage
npx create-lumi my-project
cd my-projectOr setup in current directory:
npx create-lumiOptions
--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 versionWhat 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
extensionfolder
