Secure storage flow template.
Allows to setup a simple flow that allows to encrypt/decrypt files inside the "vault" folder.
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