0.4.6 • Published 7 years ago

pastore-cli v0.4.6

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

pastore-cli

You can keep your passwords safe, no need to worry about losing them.

Base on pastore module.

Installation

Recommended Installation:

  1. Download latest version from releases page.
  2. Extract pastore-cli.tar.gz somewhere.
  3. Enter directory and run ./install.
  4. 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

  1. git clone https://github.com/amovah/pastore-cli.git
  2. Open directory and install dependencies: npm i.
  3. Build app: gulp prod.
  4. run ./createPackage.
  5. 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

0.4.6

7 years ago

0.4.2

7 years ago

0.4.0

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.2

7 years ago

0.2.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago