Wrapping custom tags in cfscript

So I had an idea, not sure if this is possible currently but i would love to be able to do the following:

customtag_name(attr=1, attr2=3){
   other code. 
}

or can you do this with cfmodule?

module template="customTag.cfc" arg1="thing" arg2="thing" userID="0" {
...   other code. 
}