Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 428 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 428 Bytes

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