FORGEBOX
  • Intro
  • Release History
    • What's New With 7.7.0
    • What's New With 7.1.0
    • What's New With 7.0.0
  • Getting Started
    • Creating a user account
  • Package Management
    • CommandBox
      • Installing Packages
        • Installation Path
        • Installation Options
        • Advanced Installation
      • Publishing Packages
      • Updating Packages
      • FORGEBOX Commands
    • FORGEBOX Web UI
    • Private Packages
  • Managing Your Account
    • User Profile
    • User Account
    • Plan & Billing
    • User Tokens
    • Personal API Tokens
  • FORGEBOX Editions
  • 🆓Community
    • Intro
    • Features
  • Pro
    • Intro
    • Features
  • 🚅Business
    • Intro
    • Roles
  • ☁️Enterprise
    • Intro
    • Storage
    • CommandBox Commands
      • List
      • Register
      • Login
      • Set Default
      • Remove
    • Usage
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Package Management

CommandBox

CommandBox functions as a package manager which means you can use it to locate and install code packages for you. This gives you a consistent and scriptable method to install the libraries you need in a simple manner.

install myPackage

By default, the list of available packages is on ForgeBox, our CFML code sharing site. Additional endpoints such as Git, HTTP/HTTPS, and local file/folder are also available. When a package is installed, all of its dependencies are automatically installed for you for quick, easy experience.

You can easily create your own packages and register them on FORGEBOX so the whole community can start using them.

PreviousPackage ManagementNextInstalling Packages

Last updated 3 years ago

Was this helpful?