1.0.0 • Published 3 years ago

nuxt-terminal-title-sync v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

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'
    ]
    /*...*/
}