A small utility package (v0.0.3, no known release cadence) providing CLI helpers for mongodb-js projects. It includes basic functions for command parsing and output formatting. Not intended for general use; superseded by more modern CLI toolkits like commander or yargs. Limited documentation and no active development since 2016.
npm install mongodb-js-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage to parse command-line arguments and display them.
Migrate to a maintained CLI library like commander or yargs.
Run npm install mongodb-js-cli
Use import cli from 'mongodb-js-cli' or const cli = require('mongodb-js-cli')No dependency data recorded yet.