https://github.com/fireblinkltd/fbl-vault-flow-template
https://github.com/fireblinkltd/fbl-vault-flow-template
fbl flow generator vault
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fireblinkltd/fbl-vault-flow-template
- Owner: FireBlinkLTD
- License: mit
- Created: 2018-11-02T07:27:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T11:04:11.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T18:49:35.406Z (over 1 year ago)
- Topics: fbl, flow, generator, vault
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fbl-vault-flow-template
[](https://circleci.com/gh/FireBlinkLTD/fbl-vault-flow-template) [](https://greenkeeper.io/)
Secure storage flow template.
Allows to setup a simple flow that allows to encrypt/decrypt files inside the "vault" folder.
## Installation
First, install [FBL](https://www.npmjs.com/package/fbl).
```bash
npm install -g fbl
```
Then generate your new plugin project with a just one command:
```bash
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:
```bash
fbl \
-c \$.destination=/path/to/vault_folder \
https://github.com/FireBlinkLTD/fbl-vault-flow-template/archive/master.tar.gz
```