nuxt-terminal-title-sync

1.0.0 • Public • Published

Nuxt Terminal Title Sync Module

This is a small module that I made for myself to quickly enable project base title sync with terminal window running the npm start or npm dev script.

Installation

Install the module via NPM:

$ npm i nuxt-terminal-title-sync

Then add it to modules in your nuxt.config.js:

export default {
    /*...*/
    modules: [
        'nuxt-terminal-title-sync'
    ]
    /*...*/
}

/nuxt-terminal-title-sync/

    Package Sidebar

    Install

    npm i nuxt-terminal-title-sync

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    1.31 kB

    Total Files

    3

    Last publish

    Collaborators

    • sugar_f0x