Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Latest commit

 

History

History

shared

Shared Library

This is the source for Fortify's shared library.

It contains from common database connectors, to extracted game units JSON files, to GSI type definitions and all sorts of components used in multiple places.

Setup

Nodejs installation

As this is a TypeScript library, it requires a local Node.js development environment.

To install the latest version of Node.js head over to their website, download and install the corresponding version for your operating system.

Installing dependencies

Installing all necessary dependencies can be done using:

npm install

Development

As this is a library, it cannot run as a script itself.

To check if the code compiles, run:

npm run compile

Before committing

Before committing changes make sure that your code:

  • Can successfully compile using:

    npm run compile
  • The package.json version has been increased according to SemVer.