Mirror of https://github.com/fraction/oasis.git to build Docker images 🙈
Go to file
Christian Bundy 50352c6723
1.21.0
2019-09-16 18:12:27 -07:00
docs Add spell-check for Markdown files in project 2019-08-13 14:40:08 -07:00
src Add maximum image height for 4:3 ratio 2019-09-16 18:10:49 -07:00
.cspell.json Add spell-check for Markdown files in project 2019-08-13 14:40:08 -07:00
.eslintrc.js Refactor code to be more consistent 2019-08-14 18:37:43 -07:00
.gitignore Add links to reply and reply all pages 2019-08-06 19:44:09 -07:00
.huskyrc Fix Travis CI on Windows 2019-09-16 15:50:03 -07:00
.travis.yml Fix Travis CI on Windows 2019-09-16 15:50:03 -07:00
README.md Add new usage options to readme 2019-08-13 14:59:05 -07:00
index.js Refactor code to be more consistent 2019-08-14 18:37:43 -07:00
package.json 1.21.0 2019-09-16 18:12:27 -07:00
yarn.lock Fix Travis CI on Windows 2019-09-16 15:50:03 -07:00

README.md

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