denuno/railo-build

How to get to the point of typing "railo my_file.cfm"?

Closed this issue · 1 comments

I'm building a platform for writing modular CF code similar to node/npm and ruby/rubygems called Foundry and wanting to make a CLI for my Foundry project and my FPM project using this.

I got railo-cli.jar to execute my scripts just fine... but not sure if this is the efficient way to run my programs.

Ideally, I'd love it if I could embed enough of the railo cli / core that it would execute the code I'm sending it.

Both Foundry and FPM do not need persist scopes so it's purely workhorse-type code, no real web apps or servers at this point... would be cool to be able to spawn a little server for your development of apps but that's not a requirement at this point.

Please advise if you have time!

Thanks!

P.S. you can checkout the progress at https://github.com/foundrycf/

please ignore, figured it out... thanks!