UNPKG

eeui-cli

Version:

A simple CLI for scaffolding eeui projects, we provide eeui-template to quickly build small and medium sized app.

11 lines (8 loc) 216 B
const path = require('path'); const notifier = require('node-notifier'); notifier.notify({ title: 'EEUI', message: "Build successful", contentImage: path.join(__dirname, 'logo.png') }); process.exit();