@gethinode/yq-bin

1.0.0 • Public • Published

yq-bin

Binary wrapper for yq

npm package Last commit Issues Pulls License

AboutPrerequisitesInstallationCreditsLicense

About

yq is a lightweight and portable command-line YAML, JSON, and XML processor. It is written and maintained by Mike Farah. Inspired by hugo-bin, this package publishes yq as npm binary.

Prerequisites

This package requires npm. You are recommended to install Node.js, which includes npm.

Installation

Run the following command to install yq-bin as development dependency in your current project.

npm install @gethinode/yq-bin --save-dev

Usage

Use npx yq to run the embedded yq binary. When npx is unavailable, you can run ./node_modules/.bin/yq instead.

Notes

This package is derived from fenneclab/hugo-bin. The underlying code does not recognize computers with Apple Silicon properly. Instead, an Intel-based binary is used, which may affect performance.

Credits

This package is based on the following repository:

License

The yq-bin codebase is released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @gethinode/yq-bin

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9.86 kB

Total Files

7

Last publish

Collaborators

  • markdumay