commandbox.org - CommandBox

Description: CommandBox is the ColdFusion CLI, package manager, REPL and embedded server for modern ColdFusion CFML development.

web applications (1061) coldfusion (346) cfml (32) ortus solutions (12) coldbox home (11) cfml technologies (11) coldfusion applications (6) codexwiki (5) coldfusion wiki (5)

Example domain paragraphs

What is CommandBox? (Project Gideon) CommandBox is a standalone, native tool for Windows, Mac, and Linux that will provide you with a Command Line Interface (CLI) for developer productivity, tool interaction, package management, embedded CFML server, application scaffolding, and some sweet ASCII art. It seamlessly integrates to work with any of our *Box products but it is also open for extensibility for any ColdFusion (CFML) project as it is also written in ColdFusion (CFML) using our concepts of CommandBox

Built-in help is completely integrated for every command, so you can always know how to work with CommandBox. You can pop open a CommandBox shell in your terminal window and manually type commands, or even automate things externally via the CommandBox binary box with your OS's native shell and create awesome command recipes for automation, building, deploying, you name it!

CommandBox also functions as a package management tool which integrates seamlessly with ForgeBox , our community of ColdFusion (CFML) projects, but can also integrate with git,svn,http, ftp and many more code endpoints. We have created a package descriptor we lovingly call box.json which describes your package, dependencies, dev dependencies, ForgeBox data and can also be used as a settings descriptor for CommandBox commands. Any project that contains a box.json in its root can be installed by CommandBox wi