0.1.12 • Published 9 years ago

cu-core v0.1.12

Weekly downloads
3
License
MPL-2.0
Repository
github
Last release
9 years ago

cu-core

Core Camelot Unchained Client Library


Notice: This library is currently under heavy development and is not guaranteed to be in a working state as this time. This notice will be removed when the library is stable.

Installation

You can install the package as an npm package

npm install cu-core

Usage

Within a CU UI Component be sure to run 'tsd install' after installing cu-core so that the definition file reference is added to tsd.d.ts.

import {race, channelId} from 'cu-core';
console.log('Strm is #' + race.STRM);
console.log('Hatchery is channel #' + channelId.HATCHERY);

Development

Clone the Repository and run:

npm install
gulp install

Build using gulp

gulp build

or for builds as you develop

gulp
0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago