{"id":15578175,"url":"https://github.com/hurl-org/hurl","last_synced_at":"2025-06-16T08:34:33.467Z","repository":{"id":37857443,"uuid":"324092100","full_name":"hurl-org/hurl","owner":"hurl-org","description":"File generation from templates with ease!","archived":false,"fork":false,"pushed_at":"2023-01-23T15:23:35.000Z","size":14120,"stargazers_count":3,"open_issues_count":27,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-24T01:12:03.640Z","etag":null,"topics":["generate-code","hurl","javascript","node","npm","template","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hurl-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2020-12-24T07:13:25.000Z","updated_at":"2021-03-06T07:41:32.000Z","dependencies_parsed_at":"2023-02-13T00:30:47.906Z","dependency_job_id":null,"html_url":"https://github.com/hurl-org/hurl","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurl-org%2Fhurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurl-org%2Fhurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurl-org%2Fhurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurl-org%2Fhurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hurl-org","download_url":"https://codeload.github.com/hurl-org/hurl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250540927,"owners_count":21447427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["generate-code","hurl","javascript","node","npm","template","typescript"],"created_at":"2024-10-02T19:07:01.369Z","updated_at":"2025-04-24T01:12:11.872Z","avatar_url":"https://github.com/hurl-org.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/hurl-org/hurl/main/static/logo-dark.png\" width=\"300\"\u003e\u003cp\u003e\n\n\u003ch2 align=\"center\"\u003eHurl: \u003csmall\u003eTemplate File Generator\u003c/small\u003e\u003c/h2\u003e\n\n## Table of Contents \u003c!-- omit in toc --\u003e\n\n- [CLI](#cli)\n  - [Installation](#installation)\n  - [Documentation](#documentation)\n- [Core](#core)\n  - [Installation](#installation-1)\n  - [Documentation](#documentation-1)\n- [Utils](#utils)\n  - [Installation](#installation-2)\n  - [Documentation](#documentation-2)\n\n## CLI\n\n### Installation\n\nUsing [npm](https://www.npmjs.com):\n\n```shell\nnpm install -g @hurl/cli\n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/hurl-org/hurl/main/packages/cli/static/installation-npm.gif\" alt=\"NPM Installation GIF\" width=\"400\"\u003e\u003c/img\u003e\u003c/p\u003e\n\nUsing [yarn](https://yarnpkg.com/):\n\n```shell\nyarn global add @hurl/cli\n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/hurl-org/hurl/main/packages/cli/static/installation-yarn.gif\" alt=\"Yarn Installation GIF\" width=\"400\"\u003e\u003c/img\u003e\u003c/p\u003e\n\n### Documentation\n\nRefer to the [CLI documentation](https://github.com/hurl-org/hurl/tree/main/packages/cli#readme)\n\n## Core\n\n### Installation\n\nUsing [npm](https://www.npmjs.com):\n\n```shell\nnpm install @hurl/core --save-dev\n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/hurl-org/hurl/main/packages/core/static/installation-npm.gif\" alt=\"NPM Installation GIF\" width=\"400\"\u003e\u003c/img\u003e\u003c/p\u003e\n\nUsing [yarn](https://yarnpkg.com/):\n\n```shell\nyarn add @hurl/core --dev\n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/hurl-org/hurl/main/packages/core/static/installation-yarn.gif\" alt=\"Yarn Installation GIF\" width=\"400\"\u003e\u003c/img\u003e\u003c/p\u003e\n\n### Documentation\n\nRefer to the [Core documentation](https://github.com/hurl-org/hurl/tree/main/packages/core#readme)\n\n## Utils\n\n### Installation\n\nUsing [npm](https://www.npmjs.com):\n\n```shell\nnpm install @hurl/utils --save-dev\n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/hurl-org/hurl/main/packages/utils/static/installation-npm.gif\" alt=\"NPM Installation GIF\" width=\"400\"\u003e\u003c/img\u003e\u003c/p\u003e\n\nUsing [yarn](https://yarnpkg.com/):\n\n```shell\nyarn add @hurl/utils --dev\n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/hurl-org/hurl/main/packages/utils/static/installation-yarn.gif\" alt=\"Yarn Installation GIF\" width=\"400\"\u003e\u003c/img\u003e\u003c/p\u003e\n\n### Documentation\n\nRefer to the [Utils documentation](https://github.com/hurl-org/hurl/tree/main/packages/utils#readme)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhurl-org%2Fhurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhurl-org%2Fhurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhurl-org%2Fhurl/lists"}