1.0.1 • Published 7 years ago

express-crud-generator v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

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.

1.0.1

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago