@inoy/terminal-banner-plugin

0.2.0 • Public • Published

Webpack Terminal Banner Plugin

Webpack plugin for showing banner after all notifications

npm Version Terminal Banner Plugin

Terminal banner screenshot

Using

// webpack.config.js
const TerminalBannerPlugin = require('@inoy/terminal-banner-plugin')
// other code

module.exports = {
    //… rest of your webpack config
    plugins: [
        new WebpackNotifier2Plugin(/* check out my other plugin ;-) */),
        new TerminalBannerPlugin()
    ]
}

The banner will show only in development mode

Requirements

Minimal supported is Node 14 and Webpack 5. Node 12 and Webpack 4 should work but I didn't test.

License

GPLv3

Package Sidebar

Install

npm i @inoy/terminal-banner-plugin

Weekly Downloads

37

Version

0.2.0

License

GPL-3.0

Unpacked Size

150 kB

Total Files

7

Last publish

Collaborators

  • inoyakaigor