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
Generate a clean CRUD table page.
npx json-crud-ui-table
showAll Masters
Adds serial-number support to tables.
npx json-crud-ui-table
showAllWithSerial Masters
Search-enabled table template.
npx json-crud-ui-table
showAllWithSerialSearch Masters
Complete menu-based application layout.
npx json-crud-ui-table
withHeader Menu
Mobile-friendly navigation menus powered by Tailwind.
Ready-to-use table layouts for data management.
Organized folders with separate JavaScript entry points.
Menu/
├── config.json
├── index.html
└── Index/
└── start.js