/tutorial-nodejs-cli-system-notification

🧠 Improve the User Experience in your CLI Application adding 🔔 System Notifications.

Primary LanguageJavaScriptMIT LicenseMIT

Tutorial Node.js CLI System Notification

🧠 Improve the User Experience in your CLI Application adding 🔔 System Notifications.



🔖 Description

With this repository you will learn which libraries to use and how, in order to improve the user experience in your CLI Applications.

Imagine that you need to develop a CLI Application with Node.js that executes one or more than one task and that takes time, several minutes. You could notify the user when these tasks are finished and that in this way they do not have to be checking the CLI from time to time.

NPM Node Notifier
NPM Jimp

📹 Video Demo

The following video shows how you can run this application.

Video

📌 Methodologies and Guidelines

List of methodologies and tools used in this project for compliance with Quality Assurance Code (QAC)

✅ Prerequisites

In order to work with this project, your local environment must have at least the following versions:

  • NodeJS Version: 14.xx
  • NPM Version: 7.10.0

📐 How to work with this project

1️⃣ Install Dependencies

$npm i

2️⃣ Run Application

$npm run start

📂 Code scaffolding

/
├── assets 🌈               # Images Sources.
├── resources 🐱            # Severals images to transform.
├── src 📦                  # Main Node.js application.
├── tmp 📁                  # Destination directory for images.
└── ...

⛽️ Review and Update Sependencies

For review and update all npm dependencies of this project you need install in global npm package "npm-check-updates" npm module.

# Install and Run
$npm i -g npm-check-updates
$ncu

License

MIT

Happy Code

Created with JavaScript, lot of ❤️ and a few ☕️

This README.md file has been written keeping in mind

GitHub Markdown
Emoji Cheat Sheet