{"id":13587556,"url":"https://github.com/fadado/jqt","last_synced_at":"2026-01-17T03:16:11.148Z","repository":{"id":70278168,"uuid":"63670252","full_name":"fadado/jqt","owner":"fadado","description":"jqt · The jq template engine","archived":false,"fork":false,"pushed_at":"2020-07-31T17:39:59.000Z","size":577,"stargazers_count":38,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-06T06:41:10.402Z","etag":null,"topics":["gpp","jq","pandoc","templates"],"latest_commit_sha":null,"homepage":"https://fadado.github.io/jqt/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fadado.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-07-19T07:11:34.000Z","updated_at":"2024-10-11T17:32:23.000Z","dependencies_parsed_at":"2023-02-24T09:30:38.459Z","dependency_job_id":null,"html_url":"https://github.com/fadado/jqt","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/fadado%2Fjqt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadado%2Fjqt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadado%2Fjqt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fadado%2Fjqt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fadado","download_url":"https://codeload.github.com/fadado/jqt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247740767,"owners_count":20988264,"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":["gpp","jq","pandoc","templates"],"created_at":"2024-08-01T15:06:15.890Z","updated_at":"2026-01-17T03:16:11.135Z","avatar_url":"https://github.com/fadado.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# _jqt_ · The _jq_ template engine\n\n_jqt_ is a web template engine that uses [_jq_](https://stedolan.github.io/jq/) as expression language.\n\nThe tools used in the implementation of _jqt_ are:\n\n* [jq](https://stedolan.github.io/jq/), a lightweight and flexible command-line JSON processor.\n* [GPP](https://logological.org/gpp), a general-purpose preprocessor.\n* [Pandoc](http://pandoc.org/), a universal document converter.\n* [Bash](https://www.gnu.org/software/bash/), [sed](https://www.gnu.org/software/sed/) and other shell tools.\n\nIf you want to learn how to use _jqt_ visit the site \n\u003chttps://fadado.github.io/jqt/\u003e. The site pages are generated using _jqt_ in\nthe [`docs`](./docs/) folder of this repository.\nIf you are interested in _jqt_ you can see also [JBOL](https://github.com/fadado/jbol),\na related project with a collection of modules for the _jq_ language.\n\n_jqt_ is developed under the _Fedora_ Linux distribution, and a lot of\nportability issues are expected at this stage of development. Please, use this\nGitHub repository features if you want to send any kind of questions.\n\n## Project management\n\nThis project uses [GNU Make](https://www.gnu.org/software/make/) on several\ndevelopment activities, but `make` is not necessary to run `jqt`. This section explains\nthe repository structure and how it is managed.\n\n### Makefile\n\nThe file `Makefile` concentrates all the routine procedures, like running the tests\nor install last versions of scripts in the system directories. The main defined _targets_\nare:\n\n* `list`:  list all targets defined in the Makefile.\n\n* `check`: run the _jqt_ tests. This is the default target.\n\n* `clean`: remove all files generated during tests execution.\n\n* `install`: install _jqt_ scripts and related files in the system directories.\n\n* `uninstall`: remove installed files from the system directories.\n\n### Installation\n\nIn systems with the GNU software installed tools such as [Bash](https://www.gnu.org/software/bash/),\n[sed](https://www.gnu.org/software/sed/) and other shell tools are installed by default.\nTo use _jqt_ you must install additional tools like [GPP](https://logological.org/gpp)\nor [Pandoc](http://pandoc.org/); for example, in recent _Fedora Linux_ distributions\nthe following command will install all the extra software _jqt_ needs:\n\n```zsh\n$ sudo dnf -y install make general-purpose-preprocessor jq pandoc python2-pyyaml\n```\n\nTo install _jqt_ simply run `make install` on the _jqt_ repository top\ndirectory. If you don’t like to install into the `/usr/local` system directory you\ncan change the destination directory:\n\n```zsh\n$ sudo make install prefix=/your/installation/path\n```\n\nAlternatively you can install _jqt_ manually executing a few commands on the\n_jqt_ top directory:\n\n```zsh\n$ sudo mkdir -p /usr/local/bin /usr/local/share/jqt\n$ sudo cp bin/* /usr/local/bin\n$ sudo cp -r share/* /usr/local/share/jqt\n$ [[ $PATH =~ /usr/local/bin ]] || echo 'Add /usr/local/bin to your PATH'\n```\n\n### Scripts\n\nThe `bin` directory contains `jqt` and other related tools. The `jqt` script\nalso needs some files located in the [`share`](./share/) directory.\n\n### Tests\n\nThe execution of `make check` or simply `make` will run several tests located in the directory\n[`tests`](./tests/). Ensure that the tests are passed before start\nanother `jqt` uses.\n\n### Documentation\n\nThe directory [`docs`](./docs/) contains the source files for _jqt_\ndocumentation.  Please see the directory [`docs`](./docs/) for all information\non this subproject.\n\n\u003c!--\nvim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadado%2Fjqt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadado%2Fjqt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadado%2Fjqt/lists"}