You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@ahmadubaidillah/cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ahmadubaidillah/cli

The elite modular boilerplate engine for agentic applications.

latest
Source
npmnpm
Version
1.1.12
Version published
Maintainers
1
Created
Source

@ahmadubaidillah/cli 🚀

The official Command Line Interface for DevForge, the elite modular boilerplate ecosystem.

📦 Installation

You don't need to install this globally. Simply use npx:

npx @ahmadubaidillah/cli --help

Or if you are a Bun user:

bunx @ahmadubaidillah/cli --help

🛠 Commands

create

Scaffold a new project using one of our high-end templates.

npx @ahmadubaidillah/cli create my-app

Options:

  • -a, --with-agents: Include the premium AI agent system.

add

Inject a new plugin/module into an existing DevForge project.

npx @ahmadubaidillah/cli add auth

list

List all officially supported plugins and templates.

npx @ahmadubaidillah/cli list

gain

View your LLM token savings and efficiency score (Powered by RTK-Filter).

npx @ahmadubaidillah/cli gain --history

doctor

Run a diagnostic on your current project to ensure it meets DevForge architectural standards.

npx @ahmadubaidillah/cli doctor

🧠 Premium Agents

To activate premium agents, you will need an activation key. When running create --with-agents, you will be prompted to enter your key or set the DEVFORGE_AGENT_KEY environment variable.

🏗 Development

If you are contributing to this CLI:

  • Clone the root DevForge repo.
  • Run bun install.
  • Build the packages: bun run build.
  • Test locally: bun run src/bin.ts --help.

Build fast. Build lean. Build with DevForge.

FAQs

Package last updated on 06 Mar 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