Skip to content

sajjad-developer/bachelor-meal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

bachelor-meal CLI Tool 🌟

bachelor-meal banner showcasing a simple CLI tool for solo home cooks

bachelor-meal

🍽️ 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.

npm version build status license good first issue help wanted install size total npm downloads

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

  1. Visit the Node.js download page.
  2. Download the version labeled LTS (Long-Term Support).
  3. 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 -v

If you see the version number, Node.js is installed correctly.

Step 2: Install VS Code (Visual Studio Code)

  1. Visit the VS Code download page.
  2. Download and install the appropriate version for your operating system.
  3. Open VS Code after installation.

Step 3: Open Your Project in VS Code

  1. Open VS Code.
  2. Click on File > Open Folder....
  3. 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-meal

Option 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 command

You can also use the following commands to open the corresponding recipe PDF:

  • bachelor-meal rice: Opens the Rice Cooking Manual PDF
  • bachelor-meal egg: Opens the Egg Frying Manual PDF
  • bachelor-meal lentil: Opens the One-Person Single-Day Lentil Cooking Recipe PDF

For example, to open the Rice Cooking Manual:

bachelor-meal rice

The corresponding PDF will automatically open on your system.

πŸ“ Commands

  • bachelor-meal rice – Opens the Rice Cooking Manual PDF
  • bachelor-meal egg – Opens the Egg Frying Manual PDF
  • bachelor-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:

β˜• Tip the Developer ❀️

⚠️ 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.

About

The ultimate CLI tool for solo home cooks! 🍽️✨ Quickly open cooking recipe PDFs for simple, delicious meals with just a command. Perfect for beginners who want hassle-free cooking, without the fuss. Start cooking effortlessly today!

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors