Skip to content

hurl-org/hurl

Repository files navigation

Hurl: Template File Generator

Table of Contents

CLI

Installation

Using npm:

npm install -g @hurl/cli

NPM Installation GIF

Using yarn:

yarn global add @hurl/cli

Yarn Installation GIF

Documentation

Refer to the CLI documentation

Core

Installation

Using npm:

npm install @hurl/core --save-dev

NPM Installation GIF

Using yarn:

yarn add @hurl/core --dev

Yarn Installation GIF

Documentation

Refer to the Core documentation

Utils

Installation

Using npm:

npm install @hurl/utils --save-dev

NPM Installation GIF

Using yarn:

yarn add @hurl/utils --dev

Yarn Installation GIF

Documentation

Refer to the Utils documentation