Skip to content

NPM Package

WARNING

This page is a work in progress.

The Enclosed lib is available as an npm package. You can use it to create and manage Enclosed notes.

Installation

You can install the Enclosed Lib using npm, yarn, or pnpm.

Using npm

bash
npm install -g @enclosed/lib

Using yarn

bash
yarn global add @enclosed/lib

Using pnpm

bash
pnpm add -g @enclosed/lib