mongodb-download-url

Lookup download URLs for MongoDB versions.

Usage no npm install needed!

<script type="module">
  import mongodbDownloadUrl from 'https://cdn.skypack.dev/mongodb-download-url';
</script>

README

mongodb-download-url

Lookup download URL's for MongoDB versions.

Installation

npm install -g mongodb-download-url

Usage

Usage: mongodb-download-url

Get the URL to download a MongoDB tarball or zip.

Usage:
  mongodb-download-url <version>

Options:
  --version            A semver-ish version string [Default: `stable`].
  --platform           The operating system [Default: `process.platform`].
  --bits               CPU arch [Default: `process.arch`].
  --debug              Debug build [Default: `false`].
  -h --help            Show this screen.
  --version            Show version.

License

Apache 2.0