• Joined on 2026-01-15

@mintel/cli (1.9.11)

Published 2026-03-03 16:37:26 +00:00 by mmintel in mmintel/at-mintel

Installation

@mintel:registry=
npm install @mintel/cli@1.9.11
"@mintel/cli": "1.9.11"

About this package

@mintel/cli

The Mintel CLI is the primary automation tool for managing the monorepo and ensuring all client websites follow the same high-quality standards and infrastructure patterns.

🚀 Installation

Run the CLI without installing it globally. This always uses the latest version from the registry:

npx @mintel/cli init apps/my-new-website.com

Global Installation

Install the CLI globally from the Mintel registry:

npm install -g @mintel/cli

If you are contributing to the CLI, you can link it locally:

cd packages/cli
pnpm build
npm link

🛠 Commands

init <path>

Scaffolds a new, production-ready client website in the specified path.

mintel init apps/my-new-website.com

What it does:

  1. Project Structure: Creates a modern Next.js directory layout.
  2. Shared Configs: Generates package.json, tsconfig.json, and eslint.config.mjs that extend the @mintel shared packages.
  3. Localization: Sets up a localized routing structure (src/app/[locale]) with next-intl pre-configured.
  4. Error Tracking: Injects Sentry/GlitchTip instrumentation.
  5. Environment Safety: Adds a validation script (scripts/validate-env.ts) to catch missing secrets at build time.
  6. Infrastructure: Injects the universal Dockerfile, docker-compose.yml, and the tag-based Gitea Actions deployment workflow.

🛠 Development

To add new features to the scaffold (e.g., new shared files or config templates), modify packages/cli/src/index.ts.

Dependencies

Dependencies

ID Version
chalk ^5.3.0
commander ^11.0.0
fs-extra ^11.1.0

Development Dependencies

ID Version
@mintel/tsconfig 1.9.11
@types/fs-extra ^11.0.0
@types/prompts ^2.4.4
tsup ^8.0.0
typescript ^5.0.0
Details
npm
2026-03-03 16:37:26 +00:00
0
latest
5.5 KiB
Assets (1)
cli-1.9.11.tgz 5.5 KiB
Versions (11) View all
1.9.11 2026-03-03
1.9.10 2026-03-03
1.9.8 2026-03-03
1.9.7 2026-03-02
1.9.5 2026-02-27