motivational-cli-tool-by-siya
A simple CLI tool that provides motivational quotes
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!
- 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.
- 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.
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