Skip to content

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

License

Notifications You must be signed in to change notification settings

dereklieu/ppout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published