node-bash-title

0.0.2 • Public • Published

node-bash-title

A NodeJS library to change the title of your BASH shell. Usefull in development: name your bash screens and display error or info messages. You can use even uni-code 🍻

screeenshot

Install

  npm install node-bash-title --save

or

  yarn add node-bash-title

Usage (in Node)

  const setTitle = require('node-bash-title');
  setTitle('🍻  Server');

Usage (in NPM scripts)

 "scripts": {
    "start": "set-bash-title server && node server/app.js"
  },

Readme

Keywords

none

Package Sidebar

Install

npm i node-bash-title

Weekly Downloads

419

Version

0.0.2

License

MIT

Last publish

Collaborators

  • uwinkler