@numericaltechnologies/curator-js
v2.0.2
Published
curator-js is a utility package used to provide read / write lock features from Apache ZooKeeper as the server
Downloads
10
Readme
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.