@coboxcoop/cli
v1.0.6-alpha.1
Published
command line client for the cobox app
Downloads
17
Readme
CLI
Table of Contents
About
CoBox is an encrypted p2p file system and distributed back-up tool. README provides a map of the project.
cli
is a command line interface for cobox. Start the app, then create folders, mount their file systems, swarm on the peer-to-peer network to sync the latest changes, and setup your own encrypted seeds.
Install
npm i -g @coboxcoop/cli
Usage
The following will display the yargs commands which can be run:
cd cli
node cli -h
API
See swagger documentation... (we won't have this for a while).
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.