git_helper 0.0.1 copy "git_helper: ^0.0.1" to clipboard
git_helper: ^0.0.1 copied to clipboard

A simple github helper

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate git_helper

Use it

The package has the following executables:

$ git_helper

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add git_helper

With Flutter:

 $ flutter pub add git_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  git_helper: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:git_helper/constants.dart';
import 'package:git_helper/datasource.dart';
import 'package:git_helper/handler.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A simple github helper

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, build_cli_annotations, hive, interact

More

Packages that depend on git_helper