@sniptt/snip-sdk-js
v0.0.6
Published
Sniptt SDK for JavaScript
Downloads
19
Maintainers
Readme
Sniptt SDK for JavaScript
🔐 A simple developer-friendly CLI for managing secrets
⚠️ Please note that this project is under active development. APIs might change before version 1 is released.
Table of Contents
Introduction
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 👋.
Getting Started
Install
Install the Sniptt SDK with npm:
npm install @sniptt/snip-sdk-js
Setup Client
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> });
License
This project is under the MIT license.