These are the main building blocks of CodeFrame.
Commands are grouped by category to make it easy to find what you need.
Core Commands
Command | Summary |
---|
new | Creates a new project. |
build | Builds the project in the current directory. |
bundle | Bundles the project as configured in your .codeframe . |
clean | Cleans build outputs (e.g., ./build/* ). |
Package Management
Command | Summary |
---|
install | Installs CodeFrame packages. |
remove | Removes a package. |
Productivity
Scafolding Your Project
Utilities
See the full list: Utility Commands ->