2022-08-20 15:38:31 +03:00
|
|
|
# Hurl on npm
|
2022-04-29 11:11:52 +03:00
|
|
|
|
2022-08-20 15:38:31 +03:00
|
|
|
Hurl is [distributed on npm] as a thin wrapper around the native binary.
|
2022-04-29 11:11:52 +03:00
|
|
|
|
2022-08-20 15:38:31 +03:00
|
|
|
## Build
|
2022-04-29 11:11:52 +03:00
|
|
|
|
2022-08-20 15:38:31 +03:00
|
|
|
## Publish
|
2022-04-29 11:11:52 +03:00
|
|
|
|
2023-02-02 15:28:55 +03:00
|
|
|
To publish a new version `x.y.z`:
|
|
|
|
|
2023-07-01 15:16:05 +03:00
|
|
|
```shell
|
2022-08-31 19:14:45 +03:00
|
|
|
$ cp docs/manual/*.1 contrib/npm/hurl/docs/
|
2023-02-02 15:28:55 +03:00
|
|
|
$ python3 ./contrib/npm/check_publish.py x.y.z
|
|
|
|
$ npm publish --dry-run contrib/npm/hurl/
|
|
|
|
$ npm publish contrib/npm/hurl/
|
2022-04-29 11:11:52 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2022-08-20 15:38:31 +03:00
|
|
|
[distributed on npm]: https://www.npmjs.com/package/@orangeopensource/hurl
|