CLI Project Generator

json-crud-ui-table

Generate ready-to-use CRUD UI pages, searchable tables, serial-number grids and responsive menu layouts directly from the command line.

npx json-crud-ui-table withHeader Menu

Available Commands

showAll

Generate a clean CRUD table page.

npx json-crud-ui-table
showAll Masters

showAllWithSerial

Adds serial-number support to tables.

npx json-crud-ui-table
showAllWithSerial Masters

showAllWithSerialSearch

Search-enabled table template.

npx json-crud-ui-table
showAllWithSerialSearch Masters

withHeader

Complete menu-based application layout.

npx json-crud-ui-table
withHeader Menu

Generated Features

Responsive Header

Mobile-friendly navigation menus powered by Tailwind.

CRUD Tables

Ready-to-use table layouts for data management.

Modular Structure

Organized folders with separate JavaScript entry points.

Generated Project Structure

Menu/
├── config.json
├── index.html
└── Index/
    └── start.js

Perfect For

📊

Admin Panels

📋

Masters

🔍

Search Screens

Rapid Prototyping