File size: 370 Bytes
2c17839 | 1 2 3 4 5 6 7 8 9 10 | # Getting started
This section contains guides on developing with and for `cfn-lint`.
## Integrate cfn-lint (API)
Apart from CLI usage, `cfn-lint` can also be integrated in an existing codebase.
See the [integration](integration.md) documentation on how to set up this integration.
## Creating rules
See the [rules](rules.md) documentation on how to create new rules.
|