mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-27 08:19:22 +03:00
19 lines
400 B
Markdown
19 lines
400 B
Markdown
# 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`:
|
|
|
|
```shell
|
|
$ 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/
|
|
```
|
|
|
|
|
|
[distributed on npm]: https://www.npmjs.com/package/@orangeopensource/hurl |