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

Unified Diff: README.md

Issue 2394683003: JS Interop Facade generation polish.
Patch Set: more cleanup Created 4 years, 2 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 | « .arc/npm-test/__phutil_library_init__.php ('k') | lib/base.ts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 46feb0f0e1a9b47180a353fdc8e3dafe7521bc34..1d113759f8e8382c4522edf8e9da69b50cc39e5a 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,10 @@ libraries.
## Usage
-`node build/lib/main.js --destination=<destination-dir> <input d.ts directory>`
+`node build/lib/main.js --useHtml --destination=<destination-dir> --basePath=<input d.ts file directory> <input d.ts file>`
+
+### Example
+`node build/lib/main.js --useHtml --destination=/usr/foo/tmp/chartjs --basePath=/usr/foo/git/DefinitelyTyped/chartjs /usr/foo/git/DefinitelyTyped/chartjs/chart.d.ts`
## Gulp tasks
« no previous file with comments | « .arc/npm-test/__phutil_library_init__.php ('k') | lib/base.ts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698