0.1.1 • Published 3 years ago

@softwarefactory-project/re-gerrit v0.1.1

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
3 years ago

re-gerrit

Gerrit client.

Install

Add to your package.json:

npm install @softwarefactory-project/re-gerrit

Or using yarn:

yarn add @softwarefactory-project/re-gerrit

Add to your bsconfig.json:

"bs-dependencies": [
+  "@softwarefactory-project/re-gerrit"
]

Contribute

Contributions are most welcome, for example the project needs help to:

  • support more gerrit data types.

Get started by running:

git clone https://github.com/softwarefactory-project/re-gerrit
cd re-ansi
yarn install
yarn start

Then build and run tests with yarn test.

Make sure to read about Reason too.

Changes

0.1.1

  • Support jenkins CI message

0.1.0

  • Initial release