@lokendras1/ecg

1.0.0 • Public • Published

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.

/@lokendras1/ecg/

    Package Sidebar

    Install

    npm i @lokendras1/ecg

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.88 kB

    Total Files

    12

    Last publish

    Collaborators

    • lokendras1