restify-formatter-text

0.1.0 • Public • Published

formatter-text

Build Status

Installation

npm install restify-formatter-text

Usage

var restify = require('restify');
var server = restify.createServer();
var textFormatter = require('restify-formatter-text');

server.use(textFormatter);
server.listen(8080)

License

MIT

/restify-formatter-text/

    Package Sidebar

    Install

    npm i restify-formatter-text

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • gergelyke