1.2.11 • Published 10 months ago

upit-integrations v1.2.11

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
10 months ago

upit-integrations

Latest Release

coverage report

Integrations with 3rd party systems the Configur Upit project interacts with

Installation

To install this package just do:

npm i -S @configur-tech/upit-integrations

If it complains, means you are probably not logged in, so run npm login and follow its instructions.

In CI you will need the NPM_TOKEN env var set


Local Installation

In order to run the code in this repo locally, you'll need Node.js installed (code itself was written in Node 18.13.0, but anything 18 or above should work).

  1. If you don't have node installed, I would recommend doing so via Node Version Manager nvm which can be installed like so:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
  1. Then all you need to do is install the correct version of node via:
nvm install

This detects the .nvmrc file in the repo, and installs the version specified there

  1. Now that node is installed and is the right version, run the following to install all the project dependencies:
npm i
  1. Can verify it all worked correctly by running the tests:
npm test
  1. Ready to roll!
1.2.0

11 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.2.8

10 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.2.9

10 months ago

1.2.10

10 months ago

1.2.11

10 months ago

1.0.1

1 year ago