flutter/packages/flutter_tools
2015-10-06 15:48:04 -07:00
..
bin Basic sky_tools list command, Android implementation, and test. 2015-10-01 08:43:57 -07:00
lib/src ws 2015-10-06 14:52:45 -07:00
test ws changes to prod the build 2015-10-06 15:48:04 -07:00
tool check all the dart code in the project, not just selected libraries 2015-09-18 20:59:32 -07:00
pubspec.yaml rev the pubspec version 2015-10-06 14:35:18 -07:00
README.md Update README.md 2015-09-19 08:50:26 -07:00

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.