https://github.com/bellyang/mopo
Monorepo base, highly customizable, suitable for the entire process of creating, developing, testing, and deploying cli tools.
https://github.com/bellyang/mopo
cli cz-git monorepo mopo node nodejs react vite vite6 vue vuejs webpack webpack5 workflow
Last synced: 4 months ago
JSON representation
Monorepo base, highly customizable, suitable for the entire process of creating, developing, testing, and deploying cli tools.
- Host: GitHub
- URL: https://github.com/bellyang/mopo
- Owner: Bellyang
- License: mit
- Created: 2025-02-13T08:10:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-03T05:24:34.000Z (about 1 year ago)
- Last Synced: 2025-03-03T06:25:49.806Z (about 1 year ago)
- Topics: cli, cz-git, monorepo, mopo, node, nodejs, react, vite, vite6, vue, vuejs, webpack, webpack5, workflow
- Language: TypeScript
- Homepage: https://mopo-cli.vercel.app
- Size: 5.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Mopo
Monorepo base, highly customizable, suitable for the entire process of creating, developing, testing, and deploying cli tools.

## ✨ Features
* 📦 Out of the box, zero configuration, smooth user experience
* 🔨 Monorepo-based CLI framework, supporting the entire process from development to deployment
* ⚙️ Multi-framework support, including Vue 2/3, React, and other mainstream frameworks
* 🔁 Multiple Bundlers, supporting packaging tools including webpack/vite
* 🎨 Highly customizable, supporting configuration of tools including Typescript/Eslint/postcss
* 🛡 Typescript development: Provide complete type definition files
## Requirements
Mopo requires Node 18+.
## 📦 Installation
Install Mopo CLI globally using your preferred package manager:
```bash [npm]
npm install -g @mopo/cli
```
or
```bash [pnpm]
pnpm add -g @mopo/cli
```
or
```bash [yarn]
yarn global add @mopo/cli
```
After installation, verify by running:
```bash
mopo -v # Check version
mopo -h # Show help
```
## 📄 Docs
Docs are available at [https://mopo-cli.vercel.app/](https://mopo-cli.vercel.app/) - we are still working on refining it and contributions are welcome!
## LICENSE
MIT Copyright (c) 2024-present Bell Yang blackstonelian@gmail.com