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.
- Host: GitHub
- URL: https://github.com/petehouston/create-dart-lib
- Owner: petehouston
- Created: 2018-08-04T11:12:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T15:26:47.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T14:07:37.421Z (12 months ago)
- Topics: command-line, command-line-tool, dart, dart-cli, dart-library, dart2, dartlang, flutter
- Language: Dart
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```