1.0.1 • Published 5 months ago

safex-store v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Work in progress ⚒️

Installation 🔈

Install bun globally 🥪

npm install -g bun

clone the repo

git clone https://github.com/prnv404/safex-store.git

change directory and install dependencies

cd safex-store && bun install

install safex to globally so we can use safex command

npm install -g .

Usage Guide

initialize safex

safex init

Insert key

safex insert <KEYNAME> <VALUE>

Search Key

safex search <KEYNAME>

prefix auto suggestion

safex auto 

delete key

safex delete <KEYID>

Task Checklist

  1. Storage Options

    • Local storage implemented
    • Mongodb implemented
    • Safex api storage
  2. Key Operations

    • Insert Key functionality
    • Delete Key functionality
    • Encryption of keys before storing
    • Decryption of keys when retrieving
  3. Search Functionality

    • Search based on key name
    • case insensitve search
    • auto suggestion search
  4. Data Management

    • Reset and flush out all data
  5. CLI View

    • safex intro
    • initializing promts
    • Display matching keys in a table format

Contribution

Contributions are welcome !