z-inspire
is a CLI tool that provides inspirational quotes based on your mood.
To install z-inspire
globally, run the following command:
npm install -g z-inspire
Once installed, you can use the z-inspire command to get an inspirational quote:
z-inspire
- Node.js (version 14 or higher)
- npm (version 6 or higher)
-
Clone the repository:
git clone https://github.com/Zengry10/z-inspire.git cd z-inspire
-
Install dependencies:
npm install
Note: The node_modules directory is not included in the repository and should be installed using the above command.
To run the CLI tool locally without installing it globally, use:
node bin/z-inspire
To run tests, use:
npm test
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with descriptive messages.
- Push your changes to your fork.
- Create a pull request to the main repository.
Please adhere to the Contributor Covenant Code of Conduct when contributing to this project.
This project is licensed under the ISC License - see the LICENSE file for details.