# NodeSharedCode

This repo contains some code that can be shared across node projects of Dojo.

## Prerequisites

These packages are needed :

- `ajv`
- `json5`
- `tar-stream`
- `winston`

## How to use it

By adding this repo as submodule

```bash
git submodule add ../../shared/nodesharedcode.git shared
```