Skip to content

andrehrferreira/cmmv-cli

Repository files navigation

CMMV Logo

Contract-Model-Model-View (CMMV)
Building scalable and modular applications using contracts.

NPM Version Package License CircleCI

DocumentationReport Issue

Description

The CMMV CLI is a versatile command-line tool designed to streamline the creation, development, and management of CMMV applications. It simplifies various tasks, such as generating the project structure, running the application in development mode, and preparing it for production with efficient building and bundling processes. This CLI promotes clean and modular architectural practices, encouraging well-organized and scalable applications.

For further details, explore the documentation.

Installation

The @cmmv/cli package provides a simple command-line interface for quickly scaffolding CMMV projects. You can use it with pnpm global installation or directly with npx for one-time use.

pnpm add -g @cmmv/cli

Once installed globally, you can run the cmmv command anywhere:

cmmv init <project-name>

Use with npx

For a one-time use without global installation, you can use npx:

pnpm dlx @cmmv/cli@latest init <project-name>

Support

CMMV is an open-source project, and we are always looking for contributors to help improve it. If you encounter a bug or have a feature request, please open an issue on GitHub.

Stay in Touch

License

CMMV is MIT licensed.