Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dewtech/dare-cli

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dewtech/dare-cli

DARE Framework CLI - Interactive project setup and task execution

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
1.5K
52.03%
Maintainers
1
Weekly downloads
 
Created
Source

@dewtech/dare-cli

CLI tool for DARE Framework - AI-assisted software development with parallel task execution.

Installation

npm install -g @dewtech/dare-cli
# or
npx @dewtech/dare-cli init my-project

Commands

dare init

Interactive project initialization with stack selection.

dare init my-project

Prompts:

  • Project structure (Monorepo / Backend only / Frontend only)
  • Backend stack (Rust/Axum, Node/NestJS, Python/FastAPI, PHP/Laravel)
  • Frontend stack (React, Vue)
  • IDE (Cursor, Antigravity, Hybrid)
  • GraphRAG backend (SQLite, JSON, Neo4j)
  • Enable MCP Server

Generates:

  • .cursorrules / .antigravityrules (global rules)
  • .cursor/rules/*.mdc (stack-specific skills)
  • .cursor/commands/ (DARE commands)
  • .agents/skills/ (Antigravity skills)
  • dare.config.json (project config)
  • DARE/README.md (methodology guide)

dare design

Generate DESIGN.md from a project description.

dare design "Build a REST API for user authentication with JWT"

dare blueprint

Generate BLUEPRINT.md, dare-dag.yaml, and TASKS.md from DESIGN.md.

dare blueprint

dare execute

Execute tasks using DAG Task Runner.

# Execute all tasks in parallel
dare execute --parallel --runner cursor

# Execute a specific task
dare execute task-001

# Sequential execution
dare execute

Workflow

# 1. Initialize project
dare init my-api

# 2. Define requirements
dare design "Build a REST API for user management"

# 3. Generate blueprint and task graph
dare blueprint

# 4. Execute tasks in parallel (75% faster)
dare execute --parallel --runner cursor

Performance

ModeEstimated Time
Sequential (old)~280 minutes
Parallel DAG~70 minutes
Improvement75% faster

Supported Stacks

Backend

  • Rust/Axum
  • Node.js/NestJS
  • Python/FastAPI
  • PHP/Laravel

Frontend

  • React 18+
  • Vue 3+

Keywords

dare

FAQs

Package last updated on 04 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts