JavaScripting

The definitive source of the best
JavaScript libraries, frameworks, and plugins.


  • ×

    Repository for extjs to be used as a git-submodule in projects
    Filed under  › 

    • 🔾10%Overall
    • 95
    • 273.3 days
    • 🕩84
    • 👥4

    Read This First

    The ExtJS library is available from this git repository for inclusion as a git-submodule in your project so long as you are using the library in accordance with the ExtJS license:

    http://www.sencha.com/products/extjs/license/

    Installation

    To pull this repository into your own git repository as a git-submodule, run the following from within the root of your project. Change the public/extjs portion to relative path where you would like to install ExtJS.

    git submodule add git://github.com/probonogeek/extjs.git public/extjs

    Show All