get-mongo-uri

nodejs command line tool to build mongodb connection strings.

Usage no npm install needed!

<script type="module">
  import getMongoUri from 'https://cdn.skypack.dev/get-mongo-uri';
</script>

README

get-mongo-uri

:pager: nodejs command line tool to build mongodb connection strings.

Installation

Open your terminal and type: $ npm install get-mongo-uri -g

Use it with prompt

Open your terminal and type: $ get-mongo-uri.

Use it with json file

Open your terminal and type: $ get-mongo-uri -f "mongo-data.json".

Check it on NPM