2.0.2 • Published 9 months ago

@numericaltechnologies/curator-js v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Introduction

curator-js is a simple shared lock library that has zookeeper as a dependency, it offers features to acquire and release both read and write locks with self-recovery mechanism.

Installation

IDE

Download and install the latest stable version of Visual Studio Code.

Extensions

ESLint - Integrates ESLint JavaScript into VS Code.

Docker - Provides Intellisense and syntax checking to Docker-related files

Runtime Environment

Download and install the latest stable version of Node.

Dependency Management

Install Pnpm

npm install -g pnpm

Install all the dependencies needed to run the application.

pnpm i
# Alternative, more verbose version of installing
pnpm install

How to distribute

pnpm build

Commit all the emitted declaration and typescript files.

2.0.2

9 months ago

1.0.6

9 months ago

2.0.1

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

2.0.0

9 months ago

1.0.0

2 years ago