0.1.4 • Published 9 years ago

react-stdout v0.1.4

Weekly downloads
13
License
ISC
Repository
github
Last release
9 years ago

react-stdout

Render react to terminal by blessed.

Build Status npm version Coverage Status experimental

Install

npm install react-stdout --save

Usage

import React = require("react");
import {render} from "react-stdout";

class Test extends React.Component<any, any> {
    public render() {
        return <div>Text</div>;
    }
}

const renderer = render(<Test />);
// ...
renderer.destroy();

Tests

npm install
npm test
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago