Modules
Configure the Module
component { this.mapping = "yourname" ; this.modelNameSpace="yourname"; this.cfmapping="yourname"; function configure(){} }
Create a Command
component {
function run(){
print.line("HELLO MY FIRST COMMAND");
}
}Make it a Package
Use the Command
Refactoring to Use an input
Additional Reading
Last updated