2.0.2 • Published 10 months ago

@numericaltechnologies/curator-js v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 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

10 months ago

1.0.6

10 months ago

2.0.1

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

2.0.0

10 months ago

1.0.0

2 years ago