mongodb-js / download-url

Lookup download URL's for MongoDB versions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lookup download URL's for MongoDB versions.

License:Apache License 2.0


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%