i’m a command line junkie and starting reading about RoR (i know i’m behind the curve and in the wrong group to bring it up…sorry Luis! I LOVE COLDBOX AND I WILL NEVER USE ANYTHING ELSE) but… i think ColdBox needs a command line generator or perhaps it already exists
i think it would be awesome if we could execute something like
/> coldbox generate handler=account view=index,list,add,edit
and it would create all of the necessary cfcs and cfms
i also think it would be awesome if we could have something like
/> coldbox install atoms (forgebox’s name of modules,plugins,interceptors,etc…)
and it would download and install it from the command line
So, does one already exists or anyone working on this?
Jeremy R. DeYoung
Phone:615.261.8201
RantsFromAMadMan.com
Aaron1
November 9, 2011, 5:11pm
#2
ColdBox offers that functionality but it is only via CFBuilder Extensionc…
lmajano
November 9, 2011, 5:13pm
#3
All that you mentioned and more is built-in to cfbuilder. As for something via command line, I will have to wait until Railo CLI comes out
Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com
ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com
Social: twitter.com/lmajano facebook.com/lmajano
I haven't looked at the CFBuilder extensions but I'd bet that you
could adapt the same logic and run it via the command line with Ant.
lmajano
November 9, 2011, 6:17pm
#5
I agree you could, but maintaining ANT scripts vs writing them in ColdFusion is what drove us to do the extension than ANT scripts.
Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com
ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com
Social: twitter.com/lmajano facebook.com/lmajano