0.0.14 • Published 7 years ago

hydrajs v0.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

hydrajs

Client side API for Hydra

Tests

Set HYDRA_HOSTNAME, RHN_USER, and RHN_PASS environment variables.

export HYDRA_HOSTNAME=;export RHN_USER=;export RHN_PASS=
npm run test

When testing through Webstorm create a new Mocha test

  • Environment Variables: Make sure to set the same ones as above HYDRA_HOSTNAME, RHN_USER,RHN_PASS
  • Extra Mocha Options: --timeout 10000 --compilers ts:ts-node/register
  • File Patterns: src/**/*.test.ts

Contributing

Fork and add to your .git/config

[remote "upstream"]
url = https://github.com/redhataccess/hydrajs.git
fetch = +refs/heads/*:refs/remotes/upstream/*

Release process

For minor patche releases

npm run patch-release
0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago