Discussion:
[dart-misc] Wrote a small tool for updating the Dart SDK and Dartium
Jos Hirth
2015-05-31 12:52:51 UTC
Permalink
https://github.com/mahonnaise/dart-up

Since staying up to date was kinda inconvenient without Dart Editor, I
wrote this. I used Node because it was the most convenient option. You can
simply install it via NPM.

It automatically picks the right arch and platform and it defaults to SDK +
Dartium (dev channel). So, typically, you shouldn't need any extra switches.

Refer to the readme if you want to know more.
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Don Olmstead
2015-05-31 18:31:40 UTC
Permalink
Awesome this will be super useful!
Post by Jos Hirth
https://github.com/mahonnaise/dart-up
Since staying up to date was kinda inconvenient without Dart Editor, I
wrote this. I used Node because it was the most convenient option. You can
simply install it via NPM.
It automatically picks the right arch and platform and it defaults to SDK
+ Dartium (dev channel). So, typically, you shouldn't need any extra
switches.
Refer to the readme if you want to know more.
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
To unsubscribe from this group and stop receiving emails from it, send an
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...