@nod/base

1.4.0 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @nod/base

Weekly Downloads

0

Version

1.4.0

License

Apache-2.0

Last publish

Collaborators

  • old-nod
  • jacopkane