A box designed to run build, test and deployment for Dart projects. It runs Dart version 0.8.1.2_r28355 which installed in $HOME/DART_SDK
. This path is available via DART_SDK
and included in the PATH
:
export DART_SDK="$HOME/dart-sdk"
export PATH="$PATH:$DART_SDK/bin"
Dart provides the following tools:
dart
: The standalone VMdart2js
: The Dart-to-JavaScript compilerdartanalyzer
: The static analyzerdartdoc
: The API documentation generatorpub
: The Dart package manager
0.0.1
: Initial release