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

Add developer console #4

Closed
dustinsgoodman opened this issue Feb 28, 2022 · 1 comment · Fixed by #7
Closed

Add developer console #4

dustinsgoodman opened this issue Feb 28, 2022 · 1 comment · Fixed by #7
Labels
enhancement New feature or request

Comments

@dustinsgoodman
Copy link
Owner

In https://github.com/dustinsgoodman/serverless-microservices-template, I was able to create a "console" similar to the one Rails provides to its developers. This console loads key libraries and allows developers to test concepts before implementing in code. It differs from a standard node repl in that it can establish database connections and run existing module code. The previous console can be referenced at https://github.com/dustinsgoodman/serverless-microservices-template/blob/main/console.js. The goal of this change would be to make this console work via TypeScript (if possible) for each library or service generated.

@dustinsgoodman
Copy link
Owner Author

nx is capturing interactive commands making this feature difficult at this time. Watching nrwl/nx#8269 for a resolution but also investigating other routes.

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

Successfully merging a pull request may close this issue.

1 participant