bluelock

1.0.3 • Public • Published

#BlueLock

Description

BlueLock is a npm package created to EASILY manage secret values / env variables such as passwords or tokens.

Examples

Terminal:

bl-set MyPW 1234

index.js:

const bl = require("BlueLock");

DB.SignIn(bl.Get(MyPW)); //Getting the value form the "vault" with bl.Get() and using the "Key" MyPW to specify wich value to fetch.

Commands

bl-set <key> <val> //Creates a value with a key.
bl-get <key> //Gets the value from the key.
bl-del <key> //Delets a value from the key.

Readme

Keywords

none

Package Sidebar

Install

npm i bluelock

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

2.68 kB

Total Files

8

Last publish

Collaborators

  • bluesyntax