An open API service indexing awesome lists of open source software.

https://github.com/melihs/password-manager-app

fundemental console-based node.js application
https://github.com/melihs/password-manager-app

console-application crypto-js example-project javascript node-persist nodejs yargs

Last synced: 2 months ago
JSON representation

fundemental console-based node.js application

Awesome Lists containing this project

README

          

# Account-manager-app

> fundemental console-based node.js application

# Demo
![console-based node.js application](nodejs-app.gif)

## Dependencies in the Project
- node-persist https://github.com/simonlast/node-persist
- yargs https://github.com/yargs/yargs
- crypto-js https://github.com/brix/crypto-js

## Build Setup

``` bash
# install dependencies
npm install
```

# Usage
Commands

##### Create new account
```
node app.js create -n -u -p -k
```
##### Get account
```
node app.js get -n -k
```

##### Aliases
```
create : "Cretae new account" command
get : "Get Account" command
-n : "account name"
-u : "username"
-p : "password"
-k : "master password" for encrpty your data
```