cfn-doc-json-stubs
v0.1.25
Published
[![npm version](https://badge.fury.io/js/cfn-doc-json-stubs.svg)](https://badge.fury.io/js/cfn-doc-json-stubs) # cfn-doc-json-stubs CloudFormation documentation to json scraper script
Downloads
9
Readme
cfn-doc-json-stubs
CloudFormation documentation to json scraper script
Usage
Download html
From the command line, run the following:
$ node generate.js download
This will scrape the CLoudFormation html documentation and save them to a new folder named html/.
Generate the json
If the html has been downloaded, run the following command next:
$ node generate.js generate-json
This will generate the json files from the html pages.