Skip to content

Prepare for release #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
4 changes: 4 additions & 0 deletions webdev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 0.1.0

- Initial release. Supports basic invocation of `build` and `serve` with
`build_runner: ^0.8.0`.
9 changes: 9 additions & 0 deletions webdev/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[![Build Status](https://travis-ci.org/dart-lang/webdev.svg?branch=master)](https://travis-ci.org/dart-lang/webdev)

A CLI for Dart web development.

__*Note: Under heavy development.*__

See the [Dart 2 Web Migration Guide](https://webdev.dartlang.org/dart-2) for
more information.

## Installation

```console
Expand Down
6 changes: 4 additions & 2 deletions webdev/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: webdev
description: A CLI for Dart web development.
version: 0.1.0
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/webdev
version: 0.1.0-dev
description: >-
A CLI for Dart web development. Provides an easy and consistent set of
features for users and tools to build and deploy web applications with Dart.

environment:
sdk: ">=2.0.0-dev.32.0 <2.0.0"
Expand Down