/term-title

Moved to Codeberg: https://codeberg.org/cuschk/term-title

Primary LanguageJavaScriptMIT LicenseMIT

term-title npm Build status

Set the terminal window title

Install

$ npm install --save term-title

Usage

var termTitle = require('term-title');

termTitle('My marvelous application');

API

termTitle(title)

title

Type: string

The window title.

License

MIT © Christoph Uschkrat