Project

codgen

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Codgen is a cross language, template based, code generator, capable of generating multiple applications from a common model. It uses JSON for it's model and config and you can use mustache or handlebars templates or just verbatim copy. If you find a bug or bad error message be sure to log an issue on GitHub.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 10.0
>= 0

Runtime

 Project Readme

Codgen Gem Version Build Status Code Climate

Codgen is a cross language, template based, code generator, capable of generating multiple applications from a common model.

It uses JSON for it's model and config and you can use mustache or handlebars templates or just verbatim copy.

If you find bugs or bad error messages be sure to log an issue. If it's not to big I'll probably get to pretty quickly. Pull requests are also most welcome!

Installation

$ gem install codgen

Usage

$ codgen.rb [input_directory_path|config_path.json] [output_directory_path]

Examples

$ codgen.rb codgen_config.json
$ codgen.rb input_dir output_dir

For more info see the wiki page

Contributing

  1. Fork it ( https://github.com/beattyml1/codgen/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request