rename-osx-terminal-tab
v1.0.1
Published
renames osx terminal tab to see which process is running
Downloads
40
Readme
Renames an osx terminal to lead with:${package_name} - ${package_version}
.
Usage
Just require
it somewhere close to the start of your process. e.g:
Webpack.config.js
// Top of file
require('rename-osx-terminal-tab');
...
module.exports = ...
index.js
// Top of file
require('rename-osx-terminal-tab');
...some code...