npm.io
0.0.42 • Published 15h agoCLI

86d

Licence
MIT
Version
0.0.42
Deps
2
Size
83 kB
Vulns
0
Weekly
0
Stars
5

86d

The Modern Foundation for Commerce

X · LinkedIn


This project is under active development and is not ready for production use. Please proceed with caution. Use at your own risk.

Documentation: 86d.app/docs/cli/overview

86d CLI

CLI for 86d — modular, open-source commerce platform.

Installation

npm install -g 86d

Commands

Command Description
86d dev Start the store development server
86d init [--yes|-y] Configure a local store (env, deps, migrate, seed)
86d status Show project health and configuration
86d module create <name> Scaffold a new module
86d module list List all modules
86d module info <name> Show module details
86d module enable <name> Enable a module in the active template
86d module disable <name> Disable a module in the active template
86d template create <name> Scaffold a new template from brisa
86d template list List all templates
86d generate Run all code generation
86d generate modules Generate module imports and API router
86d generate components Generate component documentation

Usage

# Initialize a new store (interactive: prompts for migrate + seed if DATABASE_URL is set)
86d init

# Initialize non-interactively — auto-confirms all prompts (useful for CI/scripts)
86d init --yes

# Check project health
86d status

# Start development
86d dev

# Scaffold and enable a custom module
86d module create loyalty-points
86d module enable loyalty-points

# Regenerate after changes
86d generate

Keywords