commandbox-package-management

Installation
SKILL.md

CommandBox Package Management

Overview

CommandBox is a full-featured package manager for CFML/BoxLang projects. Packages are hosted on ForgeBox and can also be installed from Git, HTTP/S, local folders, S3, or jar files.


box.json — Package Descriptor

Every package has a box.json in its root. Initialize one with:

# Quick init
init

# Init with properties
init name="My App" slug=my-app version=1.0.0 author="Your Name"
Installs
18
First Seen
Apr 15, 2026
commandbox-package-management — ortus-boxlang/skills