Skip to content

Plugin for webpack that updates your tmux status line

Notifications You must be signed in to change notification settings

civiccc/webpack-tmux-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Plugin for webpack that updates your tmux status line

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published