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
- Host: GitHub
- URL: https://github.com/melihs/password-manager-app
- Owner: melihs
- Created: 2019-08-14T20:26:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T13:13:46.000Z (about 3 years ago)
- Last Synced: 2025-02-01T22:29:56.140Z (over 1 year ago)
- Topics: console-application, crypto-js, example-project, javascript, node-persist, nodejs, yargs
- Language: JavaScript
- Homepage:
- Size: 834 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Account-manager-app
> fundemental console-based node.js application
# Demo

## 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
```