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

Git operation workflows built on path_utils command execution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add git_operations

With Flutter:

 $ flutter pub add git_operations

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

dependencies:
  git_operations: ^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_operations/git_operations.dart';
1
likes
160
points
85
downloads

Documentation

API reference

Publisher

verified publishergantt-sync.com

Weekly Downloads

Git operation workflows built on path_utils command execution.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

path_utils

More

Packages that depend on git_operations