/jCob

JavaScript Library for Component Management

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

jCob JavaScript Library

This JavaScript library supports you in handling objects and managing JavaScript components within your website.

Grab the latest release

Switch to releases tab and download the latest release. You can choose between an uncompressed version for development purposes and the compressed version for production.

Create a custom build

The recommended way of creating a build is by using Node.js in combination with Grunt.

First of all, clone the jCob git Repository:

$ git clone https://github.com/DanielHaring/jCob.git

Change to the respective directory:

$ cd jCob

Get the required packages by initializing Node.js:

$ npm install

Compile jCob:

$ grunt export

The result will be saved to ./Distributions/ and is ready to use.