Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 526 Bytes

File metadata and controls

17 lines (8 loc) · 526 Bytes

node-basics

Password manager app that takes commands from the command line and create accounts and then you can fetch those accounts.

--For creating account use : node app.js create --help.
--For getting account use : node app.js get --help.

This code can be used as a reference for npm packages such as

==yargs
==node-persist
==crypto