JSPM

cfn-lint-to-codeframe

1.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 526
  • Score
    100M100P100Q107683F
  • License MIT

Package Exports

  • cfn-lint-to-codeframe

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cfn-lint-to-codeframe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Code Frame output for AWS CloudFormation Linter

This CLI tool reads the parseable output from the python tool cfn-lint from stdin and prints out a more human friendly output.

Example:

An example of the CLI output

Installation

npm install -g cfn-lint-to-codeframe

Usage

Make sure to pass --format parseable to cfn-lint

cfn-lint --template my-template.json --format parseable | cfn-lint-to-codeframe