An open API service indexing awesome lists of open source software.

https://github.com/mcasimir/devtools-shared-test

Test monorepo with github actions to release packages
https://github.com/mcasimir/devtools-shared-test

Last synced: 2 months ago
JSON representation

Test monorepo with github actions to release packages

Awesome Lists containing this project

README

        

# 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
```