Hurl: Template File Generator
Table of Contents
CLI
Installation
Using npm:
npm install -g @hurl/cli
Using yarn:
yarn global add @hurl/cli
Documentation
Refer to the CLI documentation
Core
Installation
Using npm:
npm install @hurl/core --save-dev
Using yarn:
yarn add @hurl/core --dev
Documentation
Refer to the Core documentation
Utils
Installation
Using npm:
npm install @hurl/utils --save-dev
Using yarn:
yarn add @hurl/utils --dev
Documentation
Refer to the Utils documentation