mongodb-js / devtools-shared

Shared dependencies of Compass, the MongoDB extension for VSCode and mongosh
Other
14 stars 5 forks source link

Devtools Shared Monorepo

This repository contains packages that are shared dependencies of Compass, the MongoDB extension for VSCode and MongoSH.

To start working:

npm run bootstrap

Lint code and dependencies

npm run check

Run tests

npm run test

To create a new workspace:

npm run create-workspace

Contributing

For contributing, please refer to CONTRIBUTING.md