Index: README.md |
diff --git a/README.md b/README.md |
index a134fb55a30e7e859d97f86b32534dac6784862e..fdf9db6691b4a21c9ac08e0b5bb2150609f32009 100644 |
--- a/README.md |
+++ b/README.md |
@@ -1,7 +1,6 @@ |
-# TypeScript to Dart transpiler [](https://travis-ci.org/angular/ts2dart) |
+# TypeScript to Dart JS Interop facade generator [](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 |
@@ -15,14 +14,11 @@ to Dart for its Dart user base. |
- `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 |
+## Publish |
-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. |
+ - `npm run prepublish` |
+ - `npm publish` |
-To create a Phabricator diff: |
+ ## Usage |
-- 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", ... |
+ - `node build/lib/main.js --destination=<destination-dir> <input d.ts directory> |