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

Package lib microservice #106

Closed
prasadtalasila opened this issue Sep 11, 2023 · 1 comment
Closed

Package lib microservice #106

prasadtalasila opened this issue Sep 11, 2023 · 1 comment
Labels
student part of student projects

Comments

@prasadtalasila
Copy link
Contributor

prasadtalasila commented Sep 11, 2023

Publish library microservice as an npm package

Having an npm package that you can globally install and used as a commandline utility is the target.
A good example is

npm install -g serve.

The current lib microservice expects a .env file in the directory it starts from. This will have to become

libms -c <config-file>
libms --config <config-file>
@prasadtalasila prasadtalasila added this to the Release 0.3.0 milestone Sep 11, 2023
@prasadtalasila prasadtalasila removed this from the Release 0.3.0 milestone Sep 27, 2023
@prasadtalasila prasadtalasila added the student part of student projects label Sep 27, 2023
@prasadtalasila
Copy link
Contributor Author

PR #195 completes this task.

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

No branches or pull requests

1 participant