1.0.0 • Published 8 years ago

webpack-tmux-status v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

webpack-tmux-status

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!