0.0.14 • Published 8 years ago

hydrajs v0.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago