Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

Latest commit

 

History

History
60 lines (42 loc) · 1.42 KB

.verb.md

File metadata and controls

60 lines (42 loc) · 1.42 KB

{%= badge("fury") %} {%= badge("travis") %} dependencies

{%= name %}

{%= description %}

NOTE: This solution is not actively maintained anymore. Contributors to take over are highly welcome. Alternatively use qrs-interact

![]({%= verb.baseImgUrl %}docs/images/qrs.png)

Installation

{%= include("install-npm", {save: true}) %}


Table of Contents


Usage

{%= docs('usage') %}

Configuration Options

{%= docs('config-options') %}

Server Setup

{%= docs('server-setup') %}

API

{%= apidocs("lib/qrs.js") %}

Plugins

Think of plugins as some kind of sugar layer with additional business logic on top of qrs. It is easy to either add new plugins to the qrs repository or just to load some external code/plugin. The list of built-in plugins is probably and hopefully a growing one (and hopefully not only created by the author of this document).

The following plugins are available with the current version of qrs:

Plugin "Mime"

{%= apidocs("lib/sugar/ep-mime.js") %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= docs("author") %}

License

{%= copyright() %} {%= license %}


{%= include("footer") %}