An open API service indexing awesome lists of open source software.

https://github.com/onflow/cadence-tools

Developer tools for Cadence
https://github.com/onflow/cadence-tools

cadence lint linter linting test testing

Last synced: 3 months ago
JSON representation

Developer tools for Cadence

Awesome Lists containing this project

README

        

# Cadence Tools

Contains various developer tools for Cadence.
- [Cadence Lint](./lint/) - The linter for Cadence. Find programming errors, bugs, stylistic errors and suspicious constructs

- [Cadence Testing Framework](./test/) - The Cadence testing framework provides a convenient way to write tests
for Cadence programs in Cadence.

- [Cadence Language Server](./languageserver/) - Language server implementation for Cadence.
It provides editors and IDEs that support LSP language features like auto complete,
go to definition, documentation and type information on hover, etc

- [Cadence Documentation Generator](./docgen) - Generates human-readable documentation for Cadence programs.