flutter/packages/flutter_tools
2015-08-08 04:05:32 -07:00
..
bin add a changelog 2015-08-08 04:05:32 -07:00
lib/src use mustache4dart 2015-08-07 16:42:10 -07:00
test fix typo 2015-08-07 14:26:50 -07:00
tool add a sky_tools init command to create a new project 2015-08-07 14:20:14 -07:00
pubspec.yaml use mustache4dart 2015-08-07 16:42:10 -07:00
README.md add a changelog 2015-08-08 04:05:32 -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: create a new project

Then run a sky_tools command, like init:

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.