Goal
- provide cli command to render erb template
- template params (bindings) to be provided using json format
- use inputs from file (template.erb, params.json)
- use inputs from cli options / parameters
- render output to stdout OR to file
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |