This commit is contained in:
regiostech 2016-07-05 17:20:01 -04:00
parent c0bf58894c
commit 99d2cc3c2e
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env dart
library angel_cli.tool;
import 'package:angel_cli/angel_cli.dart';

View file

@ -3,6 +3,8 @@ version: 1.0.0-dev
description: Command-line tools for the Angel framework.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_cli
executables:
angel: angel
dependencies:
args: ">=0.3.4 <1.0.0"
colorize: ">=0.1.2 <1.0.0"