CLI for Express APIs #6328
Closed
marcelino-borges
started this conversation in
Show and tell
Replies: 1 comment
-
This is being discussed over here if you would like to join in! expressjs/discussions#197 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What do you think of a package that can be used via "npx" that helps developers to create resources in a REST API made with Express?
I have created this CLI inspired in NestJS' CLI:
https://www.npmjs.com/package/expresst-cli
Github:
https://github.com/marcelino-borges/expresst-cli
I have just published a pre release version, but it can already be used in any project.
No need to install it as dependency, just call
npx expresst-cli
.It has commands to initialize a full boilerplate with husky, git, commitlint, swagger (pick what you want) or add an adapter, use case, repository, route, controller, service etc. in an existing project.
It would be really nice to have some comments, suggestions, feedbacks on this.
Beta Was this translation helpful? Give feedback.
All reactions