An open API service indexing awesome lists of open source software.

https://github.com/petehouston/create-dart-lib

Utility to generate template to develop Dart library.
https://github.com/petehouston/create-dart-lib

command-line command-line-tool dart dart-cli dart-library dart2 dartlang flutter

Last synced: 10 months ago
JSON representation

Utility to generate template to develop Dart library.

Awesome Lists containing this project

README

          

# create-dart-lib

Utility to generate a Dart library template.

## Installation

```
$ pub global activate --source git https://github.com/petehouston/create-dart-lib.git
```

Config your `PATH` environment for `pub` cache directory. [Read config guide](https://www.dartlang.org/tools/pub/cmd/pub-global#running-a-script-from-your-path)

## Usage

```
$ create-dart-lib LIBRARY_NAME
```

**To deactivate utility**

```
$ pub global deactivate create_dart_lib
```