hurl/contrib/npm
2024-05-13 14:15:47 +02:00
..
hurl Fix missing semi-colons. 2024-05-13 14:15:47 +02:00
check_publish.py Publish Hurl on npm 4.0.0 2023-07-01 14:16:05 +02:00
README.md Publish Hurl on npm 4.0.0 2023-07-01 14:16:05 +02:00

Hurl on npm

Hurl is distributed on npm as a thin wrapper around the native binary.

Build

Publish

To publish a new version x.y.z:

$ cp docs/manual/*.1 contrib/npm/hurl/docs/
$ python3 ./contrib/npm/check_publish.py x.y.z
$ npm publish --dry-run contrib/npm/hurl/
$ npm publish contrib/npm/hurl/