Skip to content

Romero is a command line utility to quickly build CFML Applications

Notifications You must be signed in to change notification settings

cybersonic/romero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Romero is a command line utility to quickly build CFML Applications


Installation (OS X)

1) Copy down the Romero package (or clone it) and install it to path , for example on OS /Appliations/Romero
2) Edit your ~/bash_profile and add the following lines
	export ROMERO_HOME="/Applications/Romero"
	export PATH=$PATH:$ROMERO_HOME
	
3) to reload your settings type:
	source ~/.bash_profile
	


Running

You should now have access from anywhere in your system to run "romero <command>"

Current commands are:
	romero create MyApplication
	romero run

About

Romero is a command line utility to quickly build CFML Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published