Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.47 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.47 KB
mopo-logo

Mopo

Monorepo base, highly customizable, suitable for the entire process of creating, developing, testing, and deploying cli tools.

image

✨ 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:

npm install -g @mopo/cli

or

pnpm add -g @mopo/cli

or

yarn global add @mopo/cli

After installation, verify by running:

mopo -v  # Check version
mopo -h  # Show help

📄 Docs

Docs are available at https://mopo-cli.vercel.app/ - we are still working on refining it and contributions are welcome!

LICENSE

MIT Copyright (c) 2024-present Bell Yang [email protected]