darn 1.2.0
darn: ^1.2.0 copied to clipboard
Build Tool for Dart Project Developers
Darn #
Darn is a tool for contributing to and building the Dart Source.
Install #
To install:
pub global activate darn
Usage #
To use Darn:
darn fetch # Fetches the Dart Source Code and puts it in the current directory.
darn build -a x64 # Builds a Dart SDK for x64
darn update # Updates the Dart Source
Ensure you have Depot Tools installed.