Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: pkg/analyzer_plugin/README.md

Issue 2659523006: Create the directory for the plugin package (Closed)
Patch Set: clean up Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer_plugin/LICENSE ('k') | pkg/analyzer_plugin/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « pkg/analyzer_plugin/LICENSE ('k') | pkg/analyzer_plugin/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698