Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/hurl-org/hurl
- Owner: hurl-org
- License: mit
- Created: 2020-12-24T07:13:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T15:23:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:09:49.718Z (8 months ago)
- Topics: generate-code, hurl, javascript, node, npm, template, typescript
- Language: TypeScript
- Homepage:
- Size: 13.5 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
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
```Using [yarn](https://yarnpkg.com/):
```shell
yarn global add @hurl/cli
```### 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
```Using [yarn](https://yarnpkg.com/):
```shell
yarn add @hurl/core --dev
```### 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
```Using [yarn](https://yarnpkg.com/):
```shell
yarn add @hurl/utils --dev
```### Documentation
Refer to the [Utils documentation](https://github.com/hurl-org/hurl/tree/main/packages/utils#readme)