0.2.1 • Published 8 years ago

codetron v0.2.1

Weekly downloads
2
License
GPLv3.0
Repository
github
Last release
8 years ago

CodeTron

A tool to generate code for your apps.

Usage

create a json file defining your project structure:

{
    "name": "My Project",
    "description": "Awesome project.",
    "recipes": [
        {
            "rid": "cakephp2-core"
        },
        {
            "rid": "cakephp2-cms",
            "config": {
                "appName": "Awesome CMS"
            }
        }
    ],
    "models": [
        {
            "name": "Foo",
            "table": "foo",
            "fields": [
                {
                    "name": "id",
                    "primaryKey": true,
                    "type": "integer"
                },
                {
                    "name": "field1",
                    "type": "string",
                    "required": true,
                    "label": "Field 1"
                },
                {
                    "name": "field2",
                    "type": "string",
                    "required": false,
                    "label": "Field 2"
                }
            ]
        }
    ]
}

then run codetron -i project.json and wait for the magic to happen :)

0.2.1

8 years ago

0.1.4

9 years ago

0.1.4-rc1

9 years ago

0.1.3

9 years ago

0.1.2-rc12

9 years ago

0.1.2-rc11

9 years ago

0.1.2-rc10

9 years ago

0.1.2-rc9

9 years ago

0.1.2-rc8

9 years ago

0.1.2-rc7

9 years ago

0.1.2-rc6

9 years ago

0.1.2-rc5

9 years ago

0.1.2-rc4

9 years ago

0.1.2-rc3

9 years ago

0.1.2-rc2

9 years ago

0.1.2

9 years ago

0.1.1-rc3

9 years ago

0.1.1-rc2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago