Securi v0.0.4
Securi helps you by generating and saving strong passwords in your machine directly by CLI.
Installation
You can simply use securi cli by using:
npx securi
or install it globally to use anwhere.
npm install -g securi
Features
Currently securi allows you to generate passwords by:
npx securi generate
and view all the passwords by:
npx securi view
If you want the passwords file you can get it by:
npx securi export
Note: Securi is an new CLI so, you may encounter errors or bugs, please report them here.