ink-update-notifier
v1.0.0
Published
UpdateNotifier component for Ink
Downloads
6
Maintainers
Readme
ink-update-notifier
Install
$ npm install ink-update-notifier
Usage
import React from 'react';
import {render} from 'ink';
import UpdateNotifier from 'ink-update-notifier';
const packageJSON = require('./package.json');
render(<UpdateNotifier pkg={packageJSON} />);
Props
type
Type: object