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
copied to clipboard

Use it

The package has the following executables:

$ git_helper
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add git_helper
copied to clipboard

With Flutter:

 $ flutter pub add git_helper
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
130
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

A simple github helper

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, build_cli_annotations, hive, interact

More

Packages that depend on git_helper