Skip to content

melihs/password-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Account-manager-app

fundemental console-based node.js application

Demo

console-based node.js application

Dependencies in the Project

Build Setup

# install dependencies
npm install

Usage

Commands

Create new account
 node app.js create -n <account-name> -u <user-name> -p <password> -k <masterPassword>
Get account
 node app.js get -n <account-name> -k <masterPassword>
Aliases
 create : "Cretae new account" command
 get    : "Get Account" command
 -n : "account name"
 -u : "username"
 -p : "password"
 -k : "master password" for encrpty your data

About

fundemental console-based node.js application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published