git_core 0.1.0-dev.1 copy "git_core: ^0.1.0-dev.1" to clipboard
git_core: ^0.1.0-dev.1 copied to clipboard

A pure Dart foundation for reading and writing Git repositories and objects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add git_core

With Flutter:

 $ flutter pub add git_core

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

dependencies:
  git_core: ^0.1.0-dev.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_core/git_core.dart';
0
likes
120
points
24
downloads

Documentation

API reference

Publisher

verified publisheratrac613.com

Weekly Downloads

A pure Dart foundation for reading and writing Git repositories and objects.

Repository (GitHub)
View/report issues
Contributing

Topics

#git #vcs #dart

License

MIT (license)

Dependencies

archive, crypto, dartssh2, path

More

Packages that depend on git_core