UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

19 lines (14 loc) • 304 B
var Alloy = require('/alloy'), _ = require('lodash'), model, collection; <%= modelJs %> model = Alloy.M('<%= basename %>', exports.definition, [<%= migrations %>] ); collection = Alloy.C('<%= basename %>', exports.definition, model ); exports.Model = model; exports.Collection = collection;