Question
Is there a way to create a Cairngorm "template" Project?
Would it be possible to create a template for Cairngorm-based Flex projects, since they all have the same general architecture?:
/src
/control/events
/control/commands
/control/Controller.as
/control/Services.mxml
/model/ModelLocator.as
/valueObjects
/view
I basically want to create this folder/file structure, and then start a new project in Flex Builder using this template. I know I can simply copy and paste the structure from a random folder, but I was wondering if there is any way to do this in Flex Builder.
Thanks.
/src
/control/events
/control/commands
/control/Controller.as
/control/Services.mxml
/model/ModelLocator.as
/valueObjects
/view
I basically want to create this folder/file structure, and then start a new project in Flex Builder using this template. I know I can simply copy and paste the structure from a random folder, but I was wondering if there is any way to do this in Flex Builder.
Thanks.
