Mirror of https://github.com/fraction/oasis.git to build Docker images 🙈
docs | ||
src | ||
test | ||
.cspell.json | ||
.gitignore | ||
index.js | ||
package.json | ||
README.md | ||
yarn.lock |
Oasis
Friendly Scuttlebutt interface designed for simplicity and accessibility. This is an experimental client built with HTML, CSS, and Node.js without any front-end JavaScript. The goal is to support basic social messaging schemas with some extra tools for debugging, not to support all known message types.
See the roadmap for more on the scope of this project.
Usage
$ oasis --help
Usage: oasis [options]
Options:
--help Show help [boolean]
--version Show version number [boolean]
--open Automatically open app in web browser
[boolean] [default: true]
--host, --web-host Hostname for web app to listen on
[string] [default: "localhost"]
--port, --web-port Set port for web app to listen on [number] [default: 3000]
--debug Use verbose output for debugging[boolean] [default: false]
Installation
With npm:
npm -g install @fraction/oasis
With yarn:
yarn global add @fraction/oasis
See Also
License
ISC