https://github.com/mew-sh/web
Web UI๐ฑโ๐ป
https://github.com/mew-sh/web
bash mew mewsh
Last synced: about 1 year ago
JSON representation
Web UI๐ฑโ๐ป
- Host: GitHub
- URL: https://github.com/mew-sh/web
- Owner: mew-sh
- License: mit
- Created: 2025-06-30T18:18:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-30T18:40:58.000Z (about 1 year ago)
- Last Synced: 2025-06-30T19:32:46.136Z (about 1 year ago)
- Topics: bash, mew, mewsh
- Language: HTML
- Homepage: https://mewsh.cc
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ฑ mewsh - A tidy package manager
> **The Universal Package Manager for Everyone**
> Simple, Fast, and Cross-Platform
## ๐ Why Choose mewsh?
**mewsh** is a revolutionary package manager designed to be **incredibly easy to use** and **suitable for everyone**. Whether you're a beginner or an expert, mewsh simplifies software installation across different platforms.
### ๐ Supported Platforms
- ๐ง **Linux** - Works with all major distributions
- ๏ฟฝ **macOS** - Native support for Apple Silicon and Intel
---
## โก Quick Installation
Get started with mewsh in just one command:
```bash
bash <(curl https://mewsh.cc/install)
```
*This command will automatically detect your system and install mewsh with all necessary dependencies.*
---
## ๐ Usage Examples
Once installed, using mewsh is incredibly straightforward:
### Install Node.js
```bash
mew install node
```
### Install Multiple Packages
```bash
mew install bun deno
```
It's that simple! mewsh handles all the complexity behind the scenes, so you can focus on what matters most - building amazing things.
---
## ๐ Key Features
- **๐ Universal Compatibility** - Works seamlessly across Linux and macOS, replacing the need for multiple package managers like apt, brew, snap, and pacman
- **โก Lightning Fast** - Optimized for speed and efficiency, making software installation quick and painless
- **๐ฏ Simple Commands** - Clean, intuitive syntax that anyone can learn in minutes. No complex configurations required
- **๐ฆ Extensive Library** - Access to a vast ecosystem of packages including popular tools like Node.js, Bun, Deno, and thousands more
- **๐ง Zero Configuration** - Works out of the box
- **๐ Dependency Management** - Automatically handles dependencies
- **๐ Version Control** - Easy package version management
- **๐งน Clean Uninstalls** - Remove packages completely
- **๐ Regular Updates** - Always stay current with the latest packages
---
## ๐ ๏ธ Common Commands
| Command | Description |
|---------|-------------|
| `mew install ` | Install a package |
| `mew remove ` | Remove a package |
| `mew update` | Update mewsh itself |
| `mew list` | List installed packages |
| `mew search ` | Search for packages |
---
## ๐ค Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
---
## ๐ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
## ๐ Links
- **Website**: [https://mewsh.cc](https://mewsh.cc)
- **Documentation**: [https://docs.mewsh.cc](https://docs.mewsh.cc)
- **Issues**: [GitHub Issues](https://github.com/mew-sh/mew/issues)
---
*Made with โค๏ธ for developers everywhere. Simplifying software installation, one package at a time.*