Shebang
This commit is contained in:
parent
c0bf58894c
commit
99d2cc3c2e
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env dart
|
||||
|
||||
library angel_cli.tool;
|
||||
|
||||
import 'package:angel_cli/angel_cli.dart';
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue