express-crud-generator
v1.0.1
Published
This module generate templates and routes to management ORM Entities
Downloads
5
Maintainers
Readme
Express CRUD Generator is a command line tool that make for us all CRUD operations. So we can afford on new functionallity To use it, we need schema.js file generated by ORM-Generator.
Then we can call this tool like this:
express-crud-generator --model [Customer] --pk [customer_id] --path [admin]
So, EXPRESS CRUD GENERATOR will make:
- Create views ( list.ejs, form.ejs, delete.ejs ) into views// folder
- Create route <customer.js> into routes/
EXPRESS CRUD GENERATOR works with EJS and bootstrap templates.