@coboxcoop/cli

command line client for the cobox app

Usage no npm install needed!

<script type="module">
  import coboxcoopCli from 'https://cdn.skypack.dev/@coboxcoop/cli';
</script>

README

CLI

standard-readme compliant

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.

License

AGPL-3.0-or-later