We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
npm install -g serve
The current lib microservice expects a .env file in the directory it starts from. This will have to become
.env
libms -c <config-file> libms --config <config-file>
The text was updated successfully, but these errors were encountered:
PR #195 completes this task.
Sorry, something went wrong.
No branches or pull requests
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 becomeThe text was updated successfully, but these errors were encountered: