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
A future feature
The server needs to be configurable at start up.
Conventional methods to do this include
In all likelihood, there will be an npm module that will cater to this, perhaps even all of them, and in a OS-independent way, for the Windows folk.
I'll add a separate issue for configurable options necessary.
The text was updated successfully, but these errors were encountered:
I think we can accomplish this easily with node: https://nodejs.org/docs/latest/api/process.html#process_process_argv
use process.argv to access the command line options.
Sorry, something went wrong.
@nick2170 How about something like this?
envar
Covers all 3 methods in one abstract library.
Gives great flexibility and simplicity.
Thoughts?
No branches or pull requests
A future feature
The server needs to be configurable at start up.
Conventional methods to do this include
In all likelihood, there will be an npm module that will cater to this, perhaps even all of them, and in a OS-independent way, for the Windows folk.
I'll add a separate issue for configurable options necessary.
The text was updated successfully, but these errors were encountered: