Mirror of https://github.com/fraction/oasis.git to build Docker images 🙈
Go to file
2019-09-25 13:13:26 -07:00
.github Add GitHub issue and PR templates 2019-09-17 07:45:42 -07:00
docs Add security policy 2019-09-17 07:36:09 -07:00
src Remove option to publicly reply to private messages 2019-09-25 13:13:26 -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 Add Travis CI cache back 2019-09-17 16:11:55 -07:00
CHANGELOG.md Change changelog format to keep verb from commit message 2019-09-24 16:41:17 -07:00
index.js Add readme accessible from web app 2019-09-24 14:22:31 -07:00
package.json 2.1.1 2019-09-25 11:48:14 -07:00
README.md Add resources section to readme 2019-09-24 14:21:28 -07:00
yarn.lock Fix Travis CI on Windows 2019-09-16 15:50:03 -07:00

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.

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     Hostname for web app to listen on   [string] [default: "localhost"]
  --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

Resources

See Also

License

ISC