Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 916 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 916 Bytes

fbl-vault-flow-template

CircleCI Greenkeeper badge

Secure storage flow template.

Allows to setup a simple flow that allows to encrypt/decrypt files inside the "vault" folder.

Installation

First, install FBL.

npm install -g fbl

Then generate your new plugin project with a just one command:

fbl https://github.com/FireBlinkLTD/fbl-vault-flow-template/archive/master.tar.gz

You can also pass all the options into command itself to avoid answering prompts:

fbl \
 -c \$.destination=/path/to/vault_folder \
 https://github.com/FireBlinkLTD/fbl-vault-flow-template/archive/master.tar.gz