@dendra-science/wait-for-mongo-cli
v0.0.1
Published
Wait for Mongo command line interface tool.
Downloads
4
Readme
Wait for Mongo CLI
Command line interface tool to ensure that a Mongo connection can be established.
Instructions
Be sure you have Node version 6.11.x. If you’re using nvm, you may need to
nvm use 6.11
.Clone this repo.
Make this project directory the current directory, i.e.
cd wait-for-mongo-cli
.Install modules via
npm install
.If all goes well, you should be able to run the predefined package scripts.