express-crud-generator

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i express-crud-generator

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • necudeco