json-crud-ui-table
v1.12.4
Published
ui boilerplate code in public folder, with html and js
Maintainers
Readme
json-crud-ui-table
Generate ready-to-use CRUD UI boilerplates from the command line.
Installation
One Time
npm i -g json-crud-ui-tableRun Directly
npx json-crud-ui-tableAvailable Commands
showAll
showAllWithSerial
showAllWithSerialSearch
withHeaderUsage
showAll
npx json-crud-ui-table showAll ProjectNameshowAllWithSerial
npx json-crud-ui-table showAllWithSerial ProjectNameshowAllWithSerialSearch
npx json-crud-ui-table showAllWithSerialSearch ProjectNamewithHeader
npx json-crud-ui-table withHeader ProjectNameExample:
npx json-crud-ui-table withHeader v1Output:
[keshavsoft] Project created: v1Generated Structure
ProjectName/
├── config.json
├── index.html
└── Index/Help
Running without arguments displays available commands.
npx json-crud-ui-tableExample output:
Commands:
showAll
showAllWithSerial
showAllWithSerialSearch
withHeader
Examples:
npx json-crud-ui-table showAll
npx json-crud-ui-table showAllWithSerial
npx json-crud-ui-table showAllWithSerialSearch
npx json-crud-ui-table withHeaderLocal Development
Create global link:
npm linkCreate test project:
mkdir ks1
cd ks1
npm link json-crud-ui-tableRun:
npx json-crud-ui-table withHeader v1Author
KeshavSoft
License
MIT
