pwdm-cli v1.0.1
pwdM
pwdM is a Command Line Interface (CLI) tool for managing passwords securely. It allows users to store, retrieve, generate, and delete passwords for different websites, all from the command line.
Installation
You can install pwdM globally using npm. Make sure you have Node.js and npm installed on your system.
npm install -g pwdm-cli
Usage
After installation, you can use the following commands:
pwdM set <website> <password> [username]
- Store a password for a website
pwdM get <website>
- Get username & password stored for a website
pwdM delete <website>
- Delete password from the database
pwdM list
- List all the websites with their passwords & usernames
pwdM generate <website> [username]
- Generate and store a secure password for a website
Make sure to replace your-package-name
with the actual name of your npm package.
Requirements
- Node.js
- npm
Dependencies
- commander
- crypto-js
- chalk
- boxen
Author
Chirayu Pancholi