daretodave / node-ytt

3 stars 0 forks source link

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