| # Contribute to dartanalyzer |
| |
| To _use_ the dartanalyzer command-line tool, see the |
| [user docs](https://github.com/dart-lang/analyzer_cli/blob/master/README.md#analyzer_cli). |
| This page contains information relevant for contributors to dartanalyzer. |
| |
| ## Can I help? |
| |
| Yes! |
| |
| Start by [using the tool](README.md) and filing issues and requests. |
| |
| See the interface for the Dart `analyzer` library |
| [package](https://pub.dartlang.org/packages/analyzer). |
| |
| If you want to contribute, check out the |
| [issue tracker](https://github.com/dart-lang/analyzer_cli/issues). |
| If you want to add a new feature that's not yet in the issue tracker, |
| start by opening an issue. Thanks! |
| |
| [](https://travis-ci.org/dart-lang/analyzer_cli) |
| [](https://ci.appveyor.com/project/sethladd/analyzer-cli) |
| [](https://coveralls.io/r/dart-lang/analyzer_cli) |
| |
| ## Features and bugs |
| |
| Please file feature requests and bugs at the [issue tracker][tracker]. |
| |
| [tracker]: https://github.com/dart-lang/analyzer_cli/issues |
| |
| ## License |
| |
| Please see the [dartanalyzer license](https://github.com/dart-lang/analyzer_cli/blob/master/LICENSE). |