/box-dart

A box designed to run build, test and deployment for Dart projects

MIT LicenseMIT

box-dart

wercker status

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 VM
  • dart2js: The Dart-to-JavaScript compiler
  • dartanalyzer: The static analyzer
  • dartdoc: The API documentation generator
  • pub: The Dart package manager

History

  • 0.0.1: Initial release