Skip to content

NPM Package

WARNING

This page is a work in progress.

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

Installation

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

Using npm

bash
npm install -g @secreto/lib

Using yarn

bash
yarn global add @secreto/lib

Using pnpm

bash
pnpm add -g @secreto/lib