flutter/packages/flutter_tools
Adam Barth f77983baa8 Adds experimental pub run sky_tools:sky_test command
This command uses package:test to run Dart tests with sky_shell.  For this to
work, we need https://github.com/dart-lang/test/tree/hacky-loader-hook to land.
We're also not smart enough to find sky_shell ourselves yet. Instead, we take
the path as input using an environment variable. Eventually, we'll be able to
get the sky_shell executable from package:sky_engine, but we don't yet ship
that executable.
2015-08-19 23:57:41 -07:00
..
bin Adds experimental pub run sky_tools:sky_test command 2015-08-19 23:57:41 -07:00
lib/src Adds experimental pub run sky_tools:sky_test command 2015-08-19 23:57:41 -07:00
test update the sky_tools template and readme 2015-08-09 23:50:16 -07:00
tool run tests on the bot 2015-08-08 04:09:10 -07:00
pubspec.yaml Adds experimental pub run sky_tools:sky_test command 2015-08-19 23:57:41 -07:00
README.md update the sky_tools template and readme 2015-08-09 23:50:16 -07:00

sky_tools

Build Status

Tools for building Sky applications.

Installing

To install, run:

pub global activate sky_tools

or, depend on this package in your pubspec:

dependencies:
  sky_tools: any

Running sky_tools

Run sky_tools (or pub global run sky_tools) to see a list of available commands:

  • init to create a new project

Then, run a sky_tools command:

sky_tools init --out my_sky_project

Running sky_tools:sky_server

To serve the current directory using sky_server:

pub run sky_tools:sky_server [-v] PORT

Running sky_tools:build_sky_apk

usage: pub run sky_tools:build_sky_apk <options>

-h, --help
    --android-sdk
    --skyx

Filing Issues

Please file reports on the GitHub Issue Tracker.