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