UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines (6 loc) 199 B
import { homedir } from 'node:os' export function labelProcess(title: string) { const home = homedir() const cwd = process.cwd() process.title = `Onejs:${title} > ${cwd.replace(home, '~')}` }