Socket
Socket
Sign inDemoInstall

@gethinode/yq-bin

Package Overview
Dependencies
104
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gethinode/yq-bin

Binary wrapper for yq (work in progress)


Version published
Maintainers
1
Created

Readme

Source

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.

FAQs

Last updated on 08 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc