We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d5579 commit db8d3b8Copy full SHA for db8d3b8
README.md
@@ -3,3 +3,15 @@
3
4
ts2dart is a TypeScript to Dart transpiler. It's in its very early days and under heavy development,
5
not ready for production use.
6
+
7
+## Installation
8
9
+- execute `npm i` to install the dependencies,
10
+- the Dart SDK must be available to run end to end tests.
11
12
+## Gulp tasks
13
14
+- `gulp watch` executes the unit tests in watch mode (use `gulp test.unit` for a single run),
15
+- `gulp test.e2e` executes the e2e tests,
16
+- `gulp test.check-format` checks the source code formatting using `clang-format`,
17
+- `gulp test` runs unit tests, e2e tests and checks the source code formatting.
0 commit comments