motivational-cli-tool-by-siya

A simple CLI tool that provides motivational quotes

Motivational CLI Tool By Siya

Motivational CLI Tool By Siya is a simple Node.js command-line tool that provides random motivational quotes each time it's run. It’s designed to inspire and help boost your motivation!


πŸš€ Features:

  • Provides random motivational quotes on the command line.
  • Automated unit testing for reliability.
  • Fully integrated CI/CD pipeline using GitHub Actions.
  • Automatically published to npm on each release.

πŸ”§ Technologies Used:

  • Node.js – Core technology for building the tool.
  • JavaScript – Language for logic implementation.
  • Jest – Unit testing framework for ensuring code quality.
  • GitHub Actions – CI/CD pipeline for automation.
  • npm – Used for publishing and managing the package.
  • Git & GitHub – For version control and source code management.

πŸ› οΈ How to Use

Prerequisites

To use the Motivational CLI Tool By Siya, you need the following:

  • Node.js: Make sure Node.js is installed on your machine. If not, download it from here.

  • npm: npm (Node Package Manager) is included with Node.js, but you can update it if necessary by running:

    npm install -g npm