0.2.1 • Published 10 years ago
codetron v0.2.1
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
10 years ago
0.1.4
11 years ago
0.1.4-rc1
11 years ago
0.1.3
11 years ago
0.1.2-rc12
11 years ago
0.1.2-rc11
11 years ago
0.1.2-rc10
11 years ago
0.1.2-rc9
11 years ago
0.1.2-rc8
11 years ago
0.1.2-rc7
11 years ago
0.1.2-rc6
11 years ago
0.1.2-rc5
11 years ago
0.1.2-rc4
11 years ago
0.1.2-rc3
11 years ago
0.1.2-rc2
11 years ago
0.1.2
11 years ago
0.1.1-rc3
11 years ago
0.1.1-rc2
11 years ago
0.1.1
11 years ago
0.1.0
11 years ago