michangarrito/apps/whatsapp-service/node_modules/@nestjs/cli
rckrdmrd 48dea7a5d0 feat: Initial commit - michangarrito
Marketplace móvil para negocios locales mexicanos.

Estructura inicial:
- apps/backend (NestJS API)
- apps/frontend (React Web)
- apps/mobile (Expo/React Native)
- apps/mcp-server (Claude MCP Server)
- apps/whatsapp-service (WhatsApp Business API)
- database/ (PostgreSQL DDL)
- docs/ (Documentación)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:41:02 -06:00
..
.circleci feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
.github feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
.husky feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
actions feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
bin feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
commands feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
lib feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
node_modules feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
test/lib/compiler/hooks feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
CONTRIBUTING.md feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
LICENSE feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
package.json feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00
README.md feat: Initial commit - michangarrito 2026-01-07 04:41:02 -06:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

The Nest CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured apps.

The CLI works with schematics, and provides built in support from the schematics collection at @nestjs/schematics.

Read more here.

Installation

$ npm install -g @nestjs/cli

Usage

Learn more in the official documentation.

Stay in touch

License

Nest is MIT licensed.