hurl/contrib/npm
Jean-Christophe Amiel 0aef313fff
Publish npm 7.1.0 package.
2025-11-27 21:09:06 +00:00
..
hurl Publish npm 7.1.0 package. 2025-11-27 21:09:06 +00:00
README.md Fix axios CVE and improve npm check_publish script 2024-08-22 16:02:23 +02:00
check_publish.py Sort imports with ruff 2024-11-09 11:49:28 +01:00

README.md

Hurl on npm

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

Build

Publish

To publish a new version of the package PACKAGE_VERSION using the binary HURL_VERSION:

$ cp docs/manual/*.1 contrib/npm/hurl/docs/
$ python3 ./contrib/npm/check_publish.py $HURL_VERSION $PACKAGE_VERSION
$ rm -rfd contrib/npm/hurl/dist contrib/npm/hurl/node_modules
$ npm publish --dry-run contrib/npm/hurl/
$ npm publish contrib/npm/hurl/