0.1.4 • Published 10 years ago

react-stdout v0.1.4

Weekly downloads
13
License
ISC
Repository
github
Last release
10 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

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago