Skip to content

chubbz327/Zoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoe - application generation via yaml description file

#SYNOPSIS The purpose of Zoe, is to generate applications based on meta data. Applicaitons are described via yaml description file.

The zoe-generator script reads the description file and generates : 1. Model, View, and Controller code 2. RESTFul JSON webservices for models described 3. ORB for model persistance 4. Admin Web interface with authentication and authorization

#INSTALL #make sure cpan is set to follow cpan> o conf prerequisites_policy follow cpan> o conf commit

#install via cpan

$ tar -xzvf Zoe-VER.tar.gz; cd Zoe-VER; cpan -i .

#Running

zoe-generator --app_file

#Anatomy of the Application Description File An example yaml is shown below

1;

About

Application Scaffolding based on yaml file description

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published