fresher 0.1.0 copy "fresher: ^0.1.0" to clipboard
fresher: ^0.1.0 copied to clipboard

A tool to help keep your multiple projects in multiple repositories up to date: automated upgrade dependencies, update links, files, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fresher

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

dependencies:
  fresher: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:fresher/fresher.dart';
6
likes
0
pub points
0%
popularity

Publisher

verified publishersyrokomskyi.com

A tool to help keep your multiple projects in multiple repositories up to date: automated upgrade dependencies, update links, files, etc.

Repository (GitHub)
View/report issues

Topics

#tools #maintenance #automated #git #template

License

unknown (license)

Dependencies

args, chalkdart, cli_table, collection, emoji_regex, equatable, json_dart, logger, meta, mustache_template, path, process, pub_semver, pub_updater, recase, wfile, yaml

More

Packages that depend on fresher