UNPKG

pomo-tui

Version:

> A beautiful terminal-based Pomodoro timer built with React Ink

10 lines (9 loc) 330 B
#!/usr/bin/env node import React from 'react'; import { render } from 'ink'; import App from './app.js'; import { withFullScreen } from 'fullscreen-ink'; render(React.createElement(App, null)); render(React.createElement(App, null)); render(React.createElement(App, null)); withFullScreen(React.createElement(App, null)).start();