Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 705 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 705 Bytes

Typescript-Ghost-framework

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