Nova Elganix Generic Tools

Nova Elganix Global variable data type and dependencies storage.

Getting Started

Want to dive right in? Check out the Overview page under the Examples tab (or tests/tutorials).

Contributing? Make sure to check out Want to dive right in? Check out the Code Style.

Please see the documentation by clicking here. For starters, check out the top-level namespaces first (i.e., classes, interfaces).

Read about changes: Changelog

Prerequisites

What programs you need to install:

Node.Js
NPM
GPG:
  Mac -> Installation link: https://gpgtools.org/ (during installation click customize and disable GPG mail to not enable free trial)
  Windows -> https://help.github.com/en/articles/generating-a-new-gpg-key

Installing

Compiled tarballs are periodically updated and can be found on Github:

npm i https://github.com/Nova-Elganix/ne_gt/raw/master/ne_gt-[[[version]]].tgz

Replace [[[version]]] as such: npm i -S https://github.com/Nova-Elganix/ne_gt/raw/master/ne_gt-1.0.0-6.tgz

Development: Clone the repository and run:

npm i
npm run build

and you're good to go!

Built With Love and

  • NPM - The package manager used

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License and Copyright Notice

Code is closed source, distribution is forbidden, all rights reserved. Exceptions as detailed:

###
    * Copyright William Zhou (c) 2019 - Present. All Rights Reserved.
    * No part of this code may appear in any other project without prior explicit approval from
    * the above copyright holder. All code in this project belongs to the said copyright holder
    * unless explicitly specified and approved by the copyright holder. Property and usage in
    * the development of this project is provided without warranty of any kind, express or
    * implied, including but not limited to the warranties of merchantability, fitness for a
    * particular purpose and non-infringement anywhere. Copyright holder, affiliates, services,
    * and other intellectual or real property are, in no event, liable for any claim, special, direct,
    * indirect, consequential, or other damages or other liability, whether in action of contract,
    * tort or otherwise, arising out of or in connection with, or decisions made after obtaining
    * such property or from loss of use, data, or profits. Except as required by law, any
    * viewers of, contributors to, and people, property, and affiliations of this project, agree to
    * abide by the above notice at all times. Failure to do so will result in removal of access and
    * possible criminal prosecution.
###