Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 497 Bytes

webpack-tmux-status

demo animated gif

A simple plugin to update the tmux status line as webpack builds.

To use it, add this to your webpack.config.js:

const WebpackTmuxStatus = require('webpack-tmux-status');

{
  plugins: [
    // tmux status line updater
    new WebpackTmuxStatus(),
  ]
}

TODO:

  • Trap exit and reset the status background
  • Write some tests

Contributions welcome!