Personal Typescript framework currently used
##Setup It is working with MetaTypescript. Just clone the project into a folder named as you want in your typescript directory.
Architecture project example
/ts
/ts/metatypescript.json //your project configuration file
/ts/yourGhostFolder
Setup example:
cd ts
git clone https://github.com/mymyoux/Typescript-Ghost-framework.git framework
And you can add framework/ghost and framework/browser to your metatypescript.json file
##Usage
just add
///<module="framework/browser/mvc"/>
To start using module browser/mvc inside your project