DCL

An elegant OOP with mixins + AOP for JavaScript.

Installation

Version 1.x

dcl can be installed with most popular package managers:

  • node.js:

    1
    2
    
    npm install –save dcl@1
      yarn add dcl@1

  • volo.js:

    1
    
    volo add -amdoff uhop/dcl

  • jam.js:

    1
    
    jam install dcl

  • bower.js:

    1
    
    bower install dcl

You can always find the latest code here: github.com/uhop/dcl and copy necessary files manually, or clone the whole project, if you wish.