Skip to main content

Commands

These are the main building blocks of CodeFrame.
Commands are grouped by category to make it easy to find what you need.

Core Commands

CommandSummary
newCreates a new project.
buildBuilds the project in the current directory.
bundleBundles the project as configured in your .codeframe.
cleanCleans build outputs (e.g., ./build/*).

Package Management

CommandSummary
installInstalls CodeFrame packages.
removeRemoves a package.

Productivity

CommandSummary
runRuns a script defined in your .codeframe.
document(Coming soon)
execute(Coming soon)

Scafolding Your Project

CommandSummary
schematics(Coming soon)
generate(Coming soon)

Utilities

See the full list: Utility Commands ->