1.4.0 • Published 8 years ago

@nod/base v1.4.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

@nod/base

A base class for modules of NOD studios

Supports ES5, ES7, AMD, CommonJS, System and EcmaScript modules.

GitHub tag Build status Dependency Status Join the chat

Usage:

Installation:

npm install --save @nod/base

Examples:

import { Base } from '@nod/base';
class Example extends Base {
 // do stuff
}

Build and develop:

gulp

or

npm run build
npm run watch

Please check available gulp tasks with:

gulp -T

ToDo:

  • Gulp tasks as another dependency
  • More detailed docs

Contact:

Send e-mail Join the chat

forthebadge by NOD studios