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

Unified Diff: README.md

Issue 2225953002: Strip more unused features. (Closed) Base URL: git@github.com:dart-lang/js_facade_gen.git@master
Patch Set: Created 4 years, 4 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 | « .arcconfig ('k') | codereview.settings » ('j') | package.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index a134fb55a30e7e859d97f86b32534dac6784862e..4db8fdcf4542e36d2d2af93c975a2a100f2f2868 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
-# TypeScript to Dart transpiler [![Build Status](https://travis-ci.org/angular/ts2dart.svg?branch=master)](https://travis-ci.org/angular/ts2dart)
kevmoo 2016/08/08 17:28:04 Need to discuss how to actually install and use *t
+# TypeScript to Dart JS Interop facade generator [![Build Status](https://travis-ci.org/dart-lang/js_facade_gen.svg?branch=master)](https://travis-ci.org/dart-lang/js_facade_gen)
-ts2dart is a TypeScript to Dart transpiler. It's mainly used to translate Angular 2 from TypeScript
-to Dart for its Dart user base.
+Generates package:js JS Interop faces for arbitrary TypeScript libraries.
## Installation
@@ -14,15 +13,3 @@ to Dart for its Dart user base.
- `gulp test.e2e` executes the e2e tests,
- `gulp test.check-format` checks the source code formatting using `clang-format`,
- `gulp test` runs unit tests, e2e tests and checks the source code formatting.
-
-## Phabricator Reviews
-
-You can send pull requests via Github, or by creating a Phabricator diff on
-https://reviews.angular.io. Both are fine, though Phabricator has a nicer code review UI.
-
-To create a Phabricator diff:
-
-- create an account on https://reviews.angular.io
-- install [Arcanist](https://secure.phabricator.com/book/phabricator/article/arcanist/)
-- run `arc diff` to upload a diff (= pull request). This will also run all tests.
-- get it reviewed by entering a "Reviewer", e.g. "mprobst", "alexeagle", "viks", ...
« no previous file with comments | « .arcconfig ('k') | codereview.settings » ('j') | package.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698