Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 706 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 706 Bytes

tekartik_build_utils

Build utils helper

Usage

pubspec.yaml

dev_dependencies:
  tekartik_build_utils:
    git: 
        url: https://github.com/tekartik/build_utils.dart
        ref: dart3a
    version: '>=0.7.9'

A simple usage example:

import 'package:tekartik_build_utils/common_import.dart';

Features and bugs

Please file feature requests and bugs at the issue tracker.

Activation

From git repository

pub global activate -s git https://github.com/tekartik/build_utils.dart

From local path

pub global activate -s path .

Development

dartfmt --fix -w lib test example tool