From 0e1a7af1b360d861aef309093d6191a9a7d4f894 Mon Sep 17 00:00:00 2001 From: Pappu Kumar <119037956+pappukumar35@users.noreply.github.com> Date: Fri, 16 May 2025 00:41:11 +0530 Subject: [PATCH] Update README.md --- README.md | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 129 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7f130d..3d22cc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,131 @@ -# PumpkinShell +# πŸŽƒ PumpkinShell + +> πŸ“š Tech Topics in a Nutshell β€” for Developers, by a Developer. + ![pumpkin](https://user-images.githubusercontent.com/96813659/197505170-0874271a-1d4b-4b53-a3d9-0f24cdcb1455.gif) -Tech topics in a nutshell for a developers by a developer +--- + +## ✨ Overview + +PumpkinShell is a lightweight and lightning-fast cheat sheet collection for developers. It’s your go-to terminal buddy when you need quick references, commands, and language syntax without digging through bulky docs. + +πŸ› οΈ Built for developers. +🧠 Focused on essentials. +🧾 Powered by Markdown. +πŸš€ Designed to boost productivity. + +--- + +## πŸ“ Cheat Sheets Available + +Here’s what you’ll find in this repository: + +| πŸ’‘ Language/Tool | πŸ“˜ File Name | πŸ“ Description | +|------------------------|----------------------|-----------------------------------------------| +| πŸ’» HTML | Html.md | HTML tags, structure, and formatting basics | +| β˜• Java | Java.md | Java syntax, variables, comments, data types | +| βš™οΈ JavaScript | Javascript.md | JS basics, syntax, and common patterns | +| 🐧 Linux | Linux.md | Essential terminal commands | +| πŸ§ͺ Batch Scripting | BatchScripting.md | Windows batch file scripting basics | +| 🐳 Docker | Docker.md | Docker CLI and container lifecycle commands | +| πŸ”§ GitHub | Github.md | Git and GitHub CLI cheat sheet | +| πŸ’Ž Ruby | Ruby.md | Ruby syntax and useful commands | +| πŸ“¦ VBoxManage | VBoxManage.md | Manage VirtualBox VMs from CLI | + +--- + +## πŸš€ Getting Started + +Clone the repository to explore the cheat sheets: + +bash +git clone https://github.com/pappukumar35/PumpkinShell.git +cd PumpkinShell + + +--- + +## 🀝 How to Contribute + +We welcome contributions of all kinds! Whether you're fixing a typo, improving an explanation, or adding a brand-new cheat sheet β€” your help makes this project better for everyone. + +Here’s how to get started: + +1. 🍴 Fork the repository + - Go to the top-right corner and click β€œFork” +2. 🌿 Create a new branch + - git checkout -b my-feature-branch +3. ✍️ Make your changes + - Edit or add .md files as needed +4. βœ… Commit your changes + - git commit -m "Add awesome cheat sheet" +5. πŸš€ Push to your forked repository + - git push origin my-feature-branch +6. πŸ“© Create a Pull Request + - Go to GitHub and open a PR with a clear description + +πŸ“Œ Contribution Ideas: +- Add a new cheat sheet (e.g., Python.md, Node.md, SQL.md) +- Improve explanations, examples, or formatting +- Fix typos or broken markdown +- Add internal links or table of contents + +πŸ’‘ Tip: Keep contributions focused and atomic β€” one change per PR. + +--- + +## πŸ‘¨β€πŸ’» Maintainer + +This project is actively maintained by: + +πŸ‘€Vicky Kumar +πŸ“š Final Year IT Student – Java Backend Developer +🏫 Anna University, Chennai +🌐 GitHub Profile: [(https://github.com/vickyaryan7)] + +Feel free to reach out via GitHub issues or pull requests for collaboration! + +--- + + +## πŸ“Œ Stay Updated + +PumpkinShell is a living repository β€” it grows as new technologies emerge. + +βœ… To keep up: + +- 🌟 Star this repository to show support and bookmark it +- πŸ‘€ Watch this repo for updates on new topics +- πŸ“£ Share it with your friends and dev community +- πŸ”„ Pull latest commits regularly: + git pull origin main + +πŸ—“οΈ Updates include: +- New cheat sheets (tech stacks, CLI tools, cloud) +- Improved formatting & diagrams +- Fixes and community contributions + +--- + +## πŸ”– License + +This project is licensed under the MIT License. + +You are free to: + +βœ”οΈ Use this content for personal or commercial use +βœ”οΈ Modify and distribute it +βœ”οΈ Include it in your own projects + +You must: + +πŸ”— Include attribution (link back to this repo or original author) +πŸ›‘οΈ Use it responsibly (no warranties provided) + +πŸ“„ For full license details, see LICENSE file in the root of this repo. + +--- + +πŸ“˜ β€œA good developer doesn’t memorize everything β€” they know where to look!” +