safex-store
v1.0.1
Published
Readme
Work in progress ⚒️
Installation 🔈
Install bun globally 🥪
npm install -g bunclone the repo
git clone https://github.com/prnv404/safex-store.gitchange directory and install dependencies
cd safex-store && bun installinstall safex to globally so we can use safex command
npm install -g .Usage Guide
initialize safex
safex initInsert key
safex insert <KEYNAME> <VALUE>Search Key
safex search <KEYNAME>prefix auto suggestion
safex auto delete key
safex delete <KEYID>Task Checklist
Storage Options
- [x] Local storage implemented
- [x] Mongodb implemented
- [ ] Safex api storage
Key Operations
- [x] Insert Key functionality
- [x] Delete Key functionality
- [x] Encryption of keys before storing
- [x] Decryption of keys when retrieving
Search Functionality
- [x] Search based on key name
- [x] case insensitve search
- [x] auto suggestion search
Data Management
- [x] Reset and flush out all data
CLI View
- [x] safex intro
- [x] initializing promts
- [x] Display matching keys in a table format
Contribution
Contributions are welcome !
