1.0.0 • Published 3 years ago
@lokendras1/ecg v1.0.0
Express Component Generator
A simple package to generate named components for your express app.
Installation:
npm i @lokendras1/ecg -gTo 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_NAMEThis would create
controllers,routes,servicesandtestscomponents in the respective directories.
1.0.0
3 years ago