🔐 A simple developer-friendly CLI for managing secrets
Sniptt is a secret manager for developers.
The main purpose of Sniptt is to simplify and improve the experience of sharing secrets and credentials between developers and machines.
You can finally say goodbye to 1Password, LastPass, and Dashlane 👋.
Install the Sniptt SDK with npm:
npm install @sniptt/snip-sdk-js
Next, import the module and instantiate a Sniptt client with your API key:
Need an API key? Generate one by creating a new account using the
snip-cli
):
import Sniptt from '@sniptt/snip-sdk-js';
const client = new Sniptt({ apiKey: <YOUR_API_KEY> });
This project is under the MIT license.