express-file-generator

Generates Controller , Router or Models file for any Variable passed with Full CRUD

Usage no npm install needed!

<script type="module">
  import expressFileGenerator from 'https://cdn.skypack.dev/express-file-generator';
</script>

README

Express File Generator

Generates File for controller , model or router with variable passed

Just Install the package globally using command :

npm i express-file-generator -g

after that , Run Command :

generate-file

Then you can create your controller / route / model against simple CLI

You can also generate boilerplate files like AuthController , globalErrorHadler or AppError etc.