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
- Host: GitHub
- URL: https://github.com/onflow/cadence-tools
- Owner: onflow
- License: apache-2.0
- Created: 2022-06-27T17:15:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T19:21:39.000Z (4 months ago)
- Last Synced: 2025-03-31T10:03:59.470Z (3 months ago)
- Topics: cadence, lint, linter, linting, test, testing
- Language: Go
- Homepage: https://www.onflow.org/
- Size: 12.9 MB
- Stars: 24
- Watchers: 32
- Forks: 20
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.