0.1.5 • Published 9 years ago

jovianlib v0.1.5

Weekly downloads
3
License
GPL3
Repository
bitbucket
Last release
9 years ago

Jovian Library

A small library/framework for building applications. Comes with various tools and utilities as well as a fully formed class system for node.

NPM Version DWX Awesome

require('jovianlib');

G.create('MyClass', {
    /**
	 * @property {String} prop
	 * Standard javascript object poperty
	 */
	prop: 'value',

	/**
	 * Intialize class
	 * @constructor
	 */
	initClass: function(config) {
		// Constructor code
	}
});

var cls = new MyClass();

Installation

$ npm install --save jovianlib 

Features

  • Fully formed class system
  • Custom events processor
  • JSON RPC 2.0 Implementation
  • Various useful prototypes added to primitives
  • Slash command and shortcode parsing
  • Cross platform syntax with browser version

Documentation

In progress

Release History

  • 0.1.0 Initial release
0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago