fresher 0.1.4 copy "fresher: ^0.1.4" to clipboard
fresher: ^0.1.4 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

With Flutter:

 $ flutter 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.4

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:fresher/fresher.dart';
5
likes
160
pub points
0%
popularity
screenshot

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
Contributing

Topics

#tools #maintenance #automated #git #template

Documentation

API reference

License

MIT (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