Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hurl-org/hurl

File generation from templates with ease!
https://github.com/hurl-org/hurl

generate-code hurl javascript node npm template typescript

Last synced: 2 months ago
JSON representation

File generation from templates with ease!

Awesome Lists containing this project

README

        

Hurl: Template File Generator

## Table of Contents

- [CLI](#cli)
- [Installation](#installation)
- [Documentation](#documentation)
- [Core](#core)
- [Installation](#installation-1)
- [Documentation](#documentation-1)
- [Utils](#utils)
- [Installation](#installation-2)
- [Documentation](#documentation-2)

## CLI

### Installation

Using [npm](https://www.npmjs.com):

```shell
npm install -g @hurl/cli
```

NPM Installation GIF

Using [yarn](https://yarnpkg.com/):

```shell
yarn global add @hurl/cli
```

Yarn Installation GIF

### Documentation

Refer to the [CLI documentation](https://github.com/hurl-org/hurl/tree/main/packages/cli#readme)

## Core

### Installation

Using [npm](https://www.npmjs.com):

```shell
npm install @hurl/core --save-dev
```

NPM Installation GIF

Using [yarn](https://yarnpkg.com/):

```shell
yarn add @hurl/core --dev
```

Yarn Installation GIF

### Documentation

Refer to the [Core documentation](https://github.com/hurl-org/hurl/tree/main/packages/core#readme)

## Utils

### Installation

Using [npm](https://www.npmjs.com):

```shell
npm install @hurl/utils --save-dev
```

NPM Installation GIF

Using [yarn](https://yarnpkg.com/):

```shell
yarn add @hurl/utils --dev
```

Yarn Installation GIF

### Documentation

Refer to the [Utils documentation](https://github.com/hurl-org/hurl/tree/main/packages/utils#readme)