npm.io
0.0.290 • Published 4 years ago

@tenlastic/mongoose-change-stream

Licence
ISC
Version
0.0.290
Deps
2
Size
48 kB
Vulns
6
Weekly
0
Stars
22

The Tenlastic Open Platform

Prerequisites

Getting Started

Start a Development container with the following command:

# Run container as root.
GROUP_ID="0" USER_ID="0" docker-compose run development-cli

# Run container as current user.
GROUP_ID="$(id -g)" USER_ID="$(id -u)" docker-compose run development-cli