Index: pkg/analyzer_plugin/README.md |
diff --git a/pkg/analyzer_plugin/README.md b/pkg/analyzer_plugin/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..954aa0ef26ae5ad4369ad380b6e202693870c803 |
--- /dev/null |
+++ b/pkg/analyzer_plugin/README.md |
@@ -0,0 +1,21 @@ |
+# analyzer_plugin |
+ |
+A framework for building plugins for the analysis server. |
scheglov
2017/01/27 17:06:42
For server?
Not for analyzer?
Brian Wilkerson
2017/01/27 17:18:15
For server for the short term. I think eventually
|
+ |
+## Usage |
+ |
+## Support |
+ |
+Post issues and feature requests on the [issue tracker][issues]. |
+ |
+Questions and discussions are welcome at the |
+[Dart Analyzer Discussion Group][list]. |
+ |
+## License |
+ |
+See the [LICENSE] file. |
+ |
+[issues]: https://github.com/dart-lang/sdk/issues |
+[LICENSE]: https://github.com/dart-lang/sdk/blob/master/pkg/analyzer/LICENSE |
+[list]: https://groups.google.com/a/dartlang.org/forum/#!forum/analyzer-discuss |
+[pluginapi]: https://htmlpreview.github.io/?https://github.com/dart-lang/sdk/blob/master/pkg/analyzer_plugin/doc/api.html |