Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting component generation (like on Angular CLI, ex. ng new component <component_name>) #5

Open
the-az-dev opened this issue Mar 15, 2024 · 0 comments

Comments

@the-az-dev
Copy link
Contributor

I like your project and I want support this project too adding new features to this package. I made similar(but in very easy style) package for my diploma and add supporting .egen script file which can help generating not only start project, but can generate start components for bask-end like Models from DB, Controllers(providers), etc. And I want add this features to your project:

  1. Supporting and creating cli config file for better project analizing
  2. Adding command and modules for generating new components in generated ExpressJS project (controllers, services, DB supporting, etc.) like on NestJS CLI (ex. nest generate controller or nest generate application for adding MVC pattern or more powerfull)
  3. Generating project based on cli config file
  4. Personal runner for ExpressJS projects (like on Angular - ng serve)

Can I support this project and add it list of feteares to your package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant