New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@agrzes/ydt-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

@agrzes/ydt-cli

Two phase templating using handlebars to configure generation of files also using handlebars. CLI module.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

CLI Package for @agrze/ydt templating package.

Usage

The ydt command accepts data form stdin and config file as an argument.

ydt [config-file]

It generates files defined by the config file using data from stdin. The data are parsed as YAML but JSON as subset of YAML is also supported.

See tutorial for more information.

Flags

  • -H, --helpers <helpers...> - file or directory with custom handlebars helpers. All exports from the file will be registered as helpers. If directory is provided all .js files in the directory will be loaded. This option can be used multiple times.
  • -h, --help - display help for command

Keywords

cli

FAQs

Package last updated on 02 Oct 2025

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