0.4.3 • Published 7 months ago
@datr.tech/leith-common-mongodb-connector v0.4.3
README: @datr.tech/leith-common-mongodb-connector
A Leith package containing a common mongodb connector - 0.4.0
Install as dependency
Install from NPM using the following command.
npm i @datr.tech/@datr.tech/leith-common-mongodb-connectorInstall locally
Install the package from GitHub using the following commands.
git clone https://github.com/datr.tech/leith-common-mongodb-connector.gitThen install the required dependencies
cd @datr.tech/leith-common-mongodb-connector
npm iFormat
Format code, config files and (when applicable) tests
npm run formatThe formatting will be performed by Prettier, and the associated Prettier config can be found here.
Lint
Lint code, config files and (when applicable) tests
npm run lintThe formatting will be performed by EsLint, and the associated config can be found from the following address ./eslint.config.mjs.