pastore-cli
v0.4.6
Published
Keep your passwords safe
Downloads
7
Maintainers
Readme
pastore-cli
You can keep your passwords safe, no need to worry about losing them.
Base on pastore module.
Installation
Recommended Installation:
- Download latest version from releases page.
- Extract
pastore-cli.tar.gz
somewhere. - Enter directory and run
./install
. - You will need to set up the PATH environment variable in your terminal to have access to pastore-cli's binaries globally.
Add export PATH="$PATH:$HOME/.pastore-cli/bin"
to your profile (this may be in your .profile, .bashrc, .zshrc, etc.)
In this method, you don't need sudo to run commands.
Install from Source
git clone https://github.com/amovah/pastore-cli.git
- Open directory and install dependencies:
npm i
. - Build app:
gulp prod
. - run
./createPackage
. - Then follow step 2 from Recommended Installation.
Alternative Way (Using NPM):
[sudo] npm install -g pastore-cli
In this method, maybe you need sudo to run commands.
Usage
pastore
LICENSE
MIT