1.0.0 • Published 2 years ago

@lokendras1/ecg v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Express Component Generator

A simple package to generate named components for your express app.

Installation:

npm i @lokendras1/ecg -g

To create an express component in your app, follow the steps:

  • Move to the directory in which you'd like to create the component.
  • Run the command to initialize the components:

    ecg COMPONENT_NAME
  • This would create controllers, routes, services and tests components in the respective directories.