puby 1.28.0 copy "puby: ^1.28.0" to clipboard
puby: ^1.28.0 copied to clipboard

Run commands in all projects in the current directory. Handle monorepos with ease.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate puby

Use it

The package has the following executables:

$ puby

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add puby

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

dependencies:
  puby: ^1.28.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:puby/command.dart';
import 'package:puby/config.dart';
import 'package:puby/dependency.dart';
import 'package:puby/engine.dart';
import 'package:puby/pens.dart';
import 'package:puby/project.dart';
import 'package:puby/task_queue.dart';
import 'package:puby/time.dart';
32
likes
0
pub points
7%
popularity

Publisher

verified publisherrexios.dev

Run commands in all projects in the current directory. Handle monorepos with ease.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ansicolor, equatable, path, pub_update_checker, pubspec_parse, yaml

More

Packages that depend on puby