@drangis-tech/cli
v1.0.1
Published
CLI for @drangis-tech/devpanel
Maintainers
Readme
@bril/cli
CLI tool for @bril/devpanel.
Installation
npm install -D @bril/cliCommands
bril init
Initialize Bril DevPanel in your project.
npx bril initCreates:
.bril/directory- Empty
design-map.json - API route for Next.js (or instructions for Vite)
- Example component
bril gen-map
Generate the design map from your TSX files.
npx bril gen-map
# Custom source directories
npx bril gen-map --src components featuresScans source files for data-edit-id attributes and creates .bril/design-map.json.
Documentation
See the main documentation for complete setup instructions.
