@lobb-js/lobb-ext-faker
v0.1.12
Published
This directory contains the frontend/dashboard interface for the faker extension.
Downloads
210
Readme
Faker Extension - Studio
This directory contains the frontend/dashboard interface for the faker extension.
Structure
studio/
├── src/
│ ├── index.ts # Extension entry point
│ ├── main.ts # Vite app entry
│ └── pages/ # UI pages (to be added)
├── public/ # Static assets
├── index.html # HTML entry point
├── vite.config.ts # Vite configuration
├── tailwind.config.ts # Tailwind CSS configuration
└── tsconfig.json # TypeScript configurationFuture Features
The studio interface could include:
- Configuration UI for faker settings
- Preview of generated fake data
- Seed value management
- Custom data generation rules
- Per-collection faker configuration
