🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-ytt-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ytt-cli

abstraction around the ytt tool in npm for yaml templating

latest
Source
npmnpm
Version
0.0.50
Version published
Weekly downloads
93
-89.16%
Maintainers
1
Weekly downloads
 
Created
Source

ytt

thin abstraction over the ytt cli for install with npm, cross platform

install

npm i -g node-ytt-cli

usage

refer to ytt documentation on cli

as pkg

const {ytt} = require("node-ytt-cli");

console.log(ytt.exec("--help"));

as cli

ytt --help

Keywords

ytt

FAQs

Package last updated on 28 May 2024

Did you know?

Socket

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