bachelor-meal
v1.0.0
Published
The ultimate CLI tool for solo home cooks! 🍽️✨ Open cooking recipe PDFs with ease—perfect for beginners who want quick, delicious meals without the hassle. Cook effortlessly today!
Maintainers
Readme
bachelor-meal CLI Tool 🌟
Table of Contents
🔑 Features
- Quick access to one-person cooking recipes in PDF format.
- Recipes include:
- Rice Cooking Manual
- Egg Frying Manual
- One-Person Single-Day Lentil Cooking Recipe
- Simple command-line interface (CLI) with easy-to-remember commands.
📦 Installation
Note: If you're already familiar with VS Code and Node.js, you can skip the following installation steps and jump straight to the Global Installation or Run Directly Using npx section.
Before using the Bachelor Meal CLI Tool, you'll need to have Node.js and VS Code installed on your computer. Follow the instructions below to set everything up.
Step 1: Install Node.js
- Visit the Node.js download page.
- Download the version labeled LTS (Long-Term Support).
- Run the installer and follow the prompts to complete the installation.
You can verify that Node.js is installed by opening your terminal and typing the following command:
node -vIf you see the version number, Node.js is installed correctly.
Step 2: Install VS Code (Visual Studio Code)
- Visit the VS Code download page.
- Download and install the appropriate version for your operating system.
- Open VS Code after installation.
Step 3: Open Your Project in VS Code
- Open VS Code.
- Click on File > Open Folder....
- Select the folder where you saved the Bachelor Meal project and click Open.
Option 1: Global Installation
To install the Bachelor Meal CLI tool globally, run the following command in your terminal:
npm install -g bachelor-mealOption 2: Run Directly Using npx
Alternatively, you can run the tool directly using npx without installing it globally:
npx bachelor-meal <command>📋 Usage
After installing, you can use the tool directly from the command line. Running bachelor-meal without any arguments will display the following usage instructions:
$ bachelor-meal
Usage: bachelor-meal [options] [command]
Options:
-h, --help display help for command
Commands:
rice Open the Rice Cooking Manual PDF
egg Open the Egg Cooking Manual PDF
lentil Open the Lentil Cooking Manual PDF
help [command] display help for commandYou can also use the following commands to open the corresponding recipe PDF:
bachelor-meal rice: Opens the Rice Cooking Manual PDFbachelor-meal egg: Opens the Egg Frying Manual PDFbachelor-meal lentil: Opens the One-Person Single-Day Lentil Cooking Recipe PDF
For example, to open the Rice Cooking Manual:
bachelor-meal riceThe corresponding PDF will automatically open on your system.
📝 Commands
bachelor-meal rice– Opens the Rice Cooking Manual PDFbachelor-meal egg– Opens the Egg Frying Manual PDFbachelor-meal lentil– Opens the One-Person Single-Day Lentil Cooking Recipe PDF
🤝 Contributing
We welcome your contributions! Whether you're fixing bugs, suggesting new features, or improving documentation, your help is appreciated.
For detailed instructions on how to contribute to the project, please read the CONTRIBUTING.md file.
If you encounter any bugs or have suggestions for improvements, please create an issue on GitHub.
💡 All contributions are voluntary. Financial tips are a personal gesture to the maintainer and are not shared with contributors.
☕ Support My Work
✨ This project is developed and maintained by me during my personal time.
If bachelor-meal has saved you time or improved your workflow, please consider leaving a voluntary tip to support ongoing development:
⚠️ Note: Tips are optional and go directly to the maintainer (me).
This project is open-source and free to use. Contributions are welcome, but not financially compensated.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
