1.0.0 • Published 5 years ago

ppout v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

ppout

CLI tool to convert a node package's export contents to JSON

Usage

ppout export <path/to/module> [options]

Options

-p, --pretty pretty-print the output.

Why?

Mainly for validating cloudformation templates that are exported from javascript modules with dependencies.

ppout export ./cloudformation/template.js | xargs -0 aws cloudformation validate-template --template-body
1.0.0

5 years ago