Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.21 KB

Sniptt SDK for JavaScript

npm version

🔐 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.