π½οΈ Simplify your cooking and enjoy delicious, hassle-free meals with just a few commands! π³
bachelor-meal β A simple, beginner-friendly CLI tool designed for solo home cooks. It allows you to easily access cooking recipe PDFs for one-person meals with minimal hassle.
- π Features
- π¦ Installation
- π Usage
- π Commands
- π€ Contributing
- β Support My Work
- π License
- 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.
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.
- 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.
- Visit the VS Code download page.
- Download and install the appropriate version for your operating system.
- Open VS Code after installation.
- Open VS Code.
- Click on File > Open Folder....
- Select the folder where you saved the Bachelor Meal project and click Open.
To install the Bachelor Meal CLI tool globally, run the following command in your terminal:
npm install -g bachelor-mealAlternatively, you can run the tool directly using npx without installing it globally:
npx bachelor-meal <command>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.
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
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.
β¨ 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.
This project is licensed under the MIT License - see the LICENSE file for details.
